packages/cli: add history api fallback to plugin:serve

This commit is contained in:
Patrik Oldsberg
2020-04-23 00:01:29 +02:00
parent b45a54a4a7
commit 85f97e70c6
@@ -39,6 +39,7 @@ export async function startDevServer() {
const server = new WebpackDevServer(compiler, {
hot: true,
publicPath: '/',
historyApiFallback: true,
quiet: true,
https: protocol === 'https',
host,