You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/document/main-doc/docs/en/configure/app/tools/html-plugin.mdx
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,11 @@ const defaultOptions = {
33
33
};
34
34
```
35
35
36
+
:::warning
37
+
SSR Application does not enable the `minify.removeComments` configuration, otherwise the SSR rendering will fail.
38
+
:::
39
+
40
+
36
41
The configs of [html-rspack-plugin](https://github.com/rspack-contrib/html-rspack-plugin) or [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) can be modified through `tools.htmlPlugin`.
0 commit comments