We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 643f445 commit 0c302edCopy full SHA for 0c302ed
apps/web/webpack.config.js
@@ -34,7 +34,7 @@ module.exports = (env, _) => {
34
}),
35
new HtmlWebpackPlugin({
36
template: path.join(__dirname, "public", "index.html"),
37
- filename: "index.html",
+ filename: path.join(__dirname, "public", "index.html"),
38
inject: false,
39
templateParameters: {
40
buildVersion: buildVersion
0 commit comments