Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
perf: добавил webpack.optimize.ModuleConcatenationPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
standy committed Jun 23, 2017
1 parent 7af3779 commit 7c4ef24
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion webpack.base.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
const webpack = require('webpack');

/**
* Base config
*/
Expand Down Expand Up @@ -25,5 +27,7 @@ module.exports = {
},
],
},
plugins: [],
plugins: [
new webpack.optimize.ModuleConcatenationPlugin(),
],
};

0 comments on commit 7c4ef24

Please sign in to comment.