From c2a6ba957043a813ed4b6a48d79061344d1aef2c Mon Sep 17 00:00:00 2001 From: Asnxthaony Date: Sat, 26 Mar 2022 02:07:55 +0800 Subject: [PATCH] fix webpack config --- webpack.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webpack.config.ts b/webpack.config.ts index 1c9c5a10..29cfc16e 100644 --- a/webpack.config.ts +++ b/webpack.config.ts @@ -77,6 +77,7 @@ export default function (env?: Env): webpack.Configuration[] { chunkFilename: isDev ? '[id].css' : '[id].[contenthash:7].css', }), new HtmlWebpackPlugin({ + templateContent: '', chunks: ['app'], scriptLoading: 'blocking', filename: 'app.twig',