Browse Source

Clean webpack config

refactor-traits
Artur Arseniev 7 years ago
parent
commit
5eb7ab1cf5
  1. 5
      webpack.config.js

5
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,

Loading…
Cancel
Save