diff options
Diffstat (limited to 'client/webpack')
-rw-r--r-- | client/webpack/webpack.video-embed.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/webpack/webpack.video-embed.js b/client/webpack/webpack.video-embed.js index 63cda07bd..4a8879031 100644 --- a/client/webpack/webpack.video-embed.js +++ b/client/webpack/webpack.video-embed.js | |||
@@ -136,8 +136,8 @@ module.exports = function () { | |||
136 | ], | 136 | ], |
137 | 137 | ||
138 | performance: { | 138 | performance: { |
139 | maxEntrypointSize: 600000, // 600kB | 139 | maxEntrypointSize: 700000, // 600kB |
140 | maxAssetSize: 600000 | 140 | maxAssetSize: 700000 |
141 | }, | 141 | }, |
142 | 142 | ||
143 | node: { | 143 | node: { |