1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-24 22:41:31 +02:00

Fixed broken SSR due to missing HTML comment.

This commit is contained in:
Chung Leong
2022-09-18 03:39:05 +02:00
parent 42e36c127d
commit e254dd6d7d
3 changed files with 14 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ const serverConfig = {
template: Path.resolve(`./src/index.html`),
filename: 'index.html',
scriptLoading: 'defer',
minify: false,
}),
new MiniCSSExtractPlugin({
filename: "[name].css",