Skip to content

Commit 0c302ed

Browse files
committed
Attempt to fix build
1 parent 643f445 commit 0c302ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = (env, _) => {
3434
}),
3535
new HtmlWebpackPlugin({
3636
template: path.join(__dirname, "public", "index.html"),
37-
filename: "index.html",
37+
filename: path.join(__dirname, "public", "index.html"),
3838
inject: false,
3939
templateParameters: {
4040
buildVersion: buildVersion

0 commit comments

Comments
 (0)