From 5eb7ab1cf5e53797d0cd6a589fca0c4130ebca53 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Tue, 2 Jul 2019 23:22:21 +0200 Subject: [PATCH] Clean webpack config --- webpack.config.js | 5 ----- 1 file changed, 5 deletions(-) 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,