mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(webpack) js: hide size warnings
This commit is contained in:
parent
b0148003b7
commit
96d8489170
1 changed files with 4 additions and 0 deletions
|
|
@ -106,6 +106,10 @@ module.exports = {
|
|||
noParse,
|
||||
},
|
||||
plugins,
|
||||
performance: {
|
||||
maxEntrypointSize: 500000,
|
||||
maxAssetSize: 500000,
|
||||
},
|
||||
};
|
||||
|
||||
function externals(context, request, fn) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue