mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
Use global var for underscore
This is simpler than extracting as an external, though less explicit, as getting webpack & AMD to play nice is hard
This commit is contained in:
@@ -22,12 +22,6 @@ module.exports = {
|
||||
library: ['Frontend', '[name]']
|
||||
},
|
||||
|
||||
// TODO??
|
||||
// Defines the external modules which will be stripped out when bundling for
|
||||
// the main app. These modules are already loaded in the main app environment,
|
||||
// so we strip them out to prevent conflicts.
|
||||
// externals: {},
|
||||
|
||||
// Define how file types are handled by webpack
|
||||
module: {
|
||||
rules: [{
|
||||
|
||||
Reference in New Issue
Block a user