diff --git a/Props/webpack.common.js b/Props/webpack.common.js index cb6668c..2a40c02 100644 --- a/Props/webpack.common.js +++ b/Props/webpack.common.js @@ -72,7 +72,10 @@ let config = { } ], }) - ] + ], + performance: { + maxAssetSize: 1000000, + }, }; module.exports = config;