diff --git a/lib/webpack.js b/lib/webpack.js index 2e4993d..e7cec7c 100644 --- a/lib/webpack.js +++ b/lib/webpack.js @@ -56,6 +56,7 @@ exports.chainWebpack = (webpackConfig) => { ...htmlPlugin.get('args')[0], template: config.api.resolve('public/index.ssr.html'), filename: 'index.ssr.html', + chunks: [], }, ])