Skip to content

Commit 71ab9d7

Browse files
committed
AXON-804: fix wbpck again
1 parent 325a3aa commit 71ab9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.react.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ module.exports = {
109109
],
110110
performance: {
111111
maxEntrypointSize: 307200, // overridden to 300KiB, recommended is 244KiB
112-
maxAssetSize: 851708, // overridden to 850KiB, recommended is 244KiB
112+
maxAssetSize: 912838, // overridden to 850KiB, recommended is 244KiB
113113
},
114114
watchOptions: {
115115
ignored: /node_modules/,

0 commit comments

Comments
 (0)