diff --git a/webpack.config.js b/webpack.config.js index e0fa658be..c4c0527bb 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -31,11 +31,6 @@ module.exports = env => { plugins.push(new HtmlWebpackPlugin({ template, inject: false })); } - // plugins.push(new webpack.ProvidePlugin({ - // _: 'underscore', - // Backbone: 'backbone' - // })); - return { entry: './src', output: output,