Webcomponent: module webpack correction

This commit is contained in:
Ezequiel Vega 2021-09-30 17:56:26 +00:00
parent f85959b99b
commit 5599ea2659

View File

@ -8,6 +8,7 @@ const prodConfig = {
optimization: { optimization: {
splitChunks: { splitChunks: {
chunks: 'all', chunks: 'all',
minSize: 3000000,
}, },
}, },
}; };