mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
chore(webpack) js: maxAssetSize
This commit is contained in:
parent
d81149dd15
commit
ce794fe0be
1 changed files with 2 additions and 2 deletions
|
|
@ -110,8 +110,8 @@ module.exports = {
|
|||
},
|
||||
plugins,
|
||||
performance: {
|
||||
maxEntrypointSize: 500000,
|
||||
maxAssetSize: 500000,
|
||||
maxEntrypointSize: 600000,
|
||||
maxAssetSize: 600000,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue