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:
@@ -116,6 +116,7 @@ const serverConfig = {
|
||||
template: Path.resolve(`./src/index.html`),
|
||||
filename: 'index.html',
|
||||
scriptLoading: 'defer',
|
||||
minify: false,
|
||||
}),
|
||||
new MiniCSSExtractPlugin({
|
||||
filename: "[name].css",
|
||||
|
Reference in New Issue
Block a user