From 255a944bc90733c5116fc4b052d74d769278f97e Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Tue, 1 Aug 2017 01:16:46 +0430 Subject: [PATCH] webpack: don't warn about ssr bundle size --- lib/builder/webpack/server.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/builder/webpack/server.config.js b/lib/builder/webpack/server.config.js index 01a2fbf1d0..94e6d593b5 100644 --- a/lib/builder/webpack/server.config.js +++ b/lib/builder/webpack/server.config.js @@ -31,7 +31,8 @@ export default function webpackServerConfig () { libraryTarget: 'commonjs2' }), performance: { - hints: false + hints: false, + maxAssetSize: Infinity }, externals: [ // https://webpack.js.org/configuration/externals/#externals