Upgrade to Webpack 3 with module concatenation (#3912)
This commit is contained in:
parent
7b13e6efc2
commit
e078919f07
3 changed files with 54 additions and 5 deletions
|
@ -12,6 +12,7 @@ module.exports = merge(sharedConfig, {
|
|||
stats: 'normal',
|
||||
|
||||
plugins: [
|
||||
new webpack.optimize.ModuleConcatenationPlugin(),
|
||||
new webpack.optimize.UglifyJsPlugin({
|
||||
sourceMap: true,
|
||||
mangle: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue