We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7005e1 commit 4731a34Copy full SHA for 4731a34
template/build/webpack.dev.conf.js
@@ -25,7 +25,7 @@ const devWebpackConfig = merge(baseWebpackConfig, {
25
clientLogLevel: 'warning',
26
historyApiFallback: {
27
rewrites: [
28
- { from: /.*/, to: path.join(config.dev.assetsPublicPath, 'index.html') },
+ { from: /.*/, to: path.posix.join(config.dev.assetsPublicPath, 'index.html') },
29
],
30
},
31
hot: true,
0 commit comments