We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a183ce commit 037489fCopy full SHA for 037489f
site/webpack.common.ts
@@ -14,7 +14,7 @@ const plugins = [
14
// the bundle script, which might have special naming.
15
new HtmlWebpackPlugin({
16
template: path.join(templatePath, "index.html"),
17
- publicPath: "/"
+ publicPath: "/",
18
}),
19
]
20
0 commit comments