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:
Alasdair Smith 2018-03-13 16:07:12 +00:00
parent fe3636c714
commit 7e990dc67e

View file

@ -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: [{