chore: update webpack dev server config
parent
0d41aa929a
commit
381636f83c
|
@ -130,7 +130,6 @@ module.exports = {
|
||||||
historyApiFallback: {
|
historyApiFallback: {
|
||||||
rewrites: [{ from: /./, to: '/index.html' }],
|
rewrites: [{ from: /./, to: '/index.html' }],
|
||||||
},
|
},
|
||||||
disableHostCheck: true,
|
|
||||||
hot: true,
|
hot: true,
|
||||||
open: true,
|
open: true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue