Skip to content

Commit 328fa80

Browse files
committed
Fix examples/hot-reload/webpack.config.js
1 parent d6d3bba commit 328fa80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/hot-reload/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
entry: "./assets/js/index",
88
output: {
99
path: path.resolve(__dirname, "assets/bundles/"),
10+
publicPath: "http://localhost:3000/frontend/bundles/",
1011
filename: "[name]-[contenthash].js",
1112
},
1213

0 commit comments

Comments
 (0)