Skip to content

Commit eb7f76a

Browse files
committed
chore: increase asset limit size for develop
1 parent d4328ed commit eb7f76a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack/webpack.dev.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
},
1717
performance: {
1818
hints: 'warning',
19-
maxAssetSize: 45000,
19+
maxAssetSize: 2000000,
2020
maxEntrypointSize: 8500000,
2121
assetFilter: assetFilename => {
2222
return (

0 commit comments

Comments
 (0)