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 d456422 commit 7abad4eCopy full SHA for 7abad4e
examples/hot-reload/webpack.config.js
@@ -7,6 +7,7 @@ module.exports = {
7
entry: "./assets/js/index",
8
output: {
9
path: path.resolve(__dirname, "assets/bundles/"),
10
+ publicPath: "http://localhost:3000/frontend/bundles/",
11
filename: "[name]-[contenthash].js",
12
},
13
0 commit comments