Skip to content

Commit e5d4def

Browse files
author
Michael Ridgway
committed
[skip ci] Fix hybrid-routing example
1 parent 9218b4c commit e5d4def

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/hybrid-routing/webpack.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = {
1111
},
1212
output: {
1313
path: path.join(__dirname, "js"),
14+
publicPath: 'js/',
1415
filename: "[name].bundle.js",
1516
chunkFilename: "[id].chunk.js"
1617
},
@@ -20,4 +21,4 @@ module.exports = {
2021
new CommonsChunkPlugin("commons.js")
2122
// The pages cannot run without the commons.js file now.
2223
]
23-
}
24+
}

0 commit comments

Comments
 (0)