mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-06 04:42:26 +00: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:
parent
fe3636c714
commit
7e990dc67e
1 changed files with 0 additions and 6 deletions
|
@ -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: [{
|
||||
|
|
Loading…
Add table
Reference in a new issue