Increase maxEntrypointSize and maxAssetSize limits for webpack production build
This commit is contained in:
@@ -9,6 +9,10 @@ module.exports = merge(base, {
|
||||
filename: "bundle.min.js"
|
||||
},
|
||||
devtool: false,
|
||||
performance: {
|
||||
maxEntrypointSize: 900000,
|
||||
maxAssetSize: 900000
|
||||
},
|
||||
optimization: {
|
||||
minimizer: [
|
||||
new TerserPlugin({
|
||||
|
||||
Reference in New Issue
Block a user