packages/cli: add history api fallback to plugin:serve
This commit is contained in:
@@ -39,6 +39,7 @@ export async function startDevServer() {
|
||||
const server = new WebpackDevServer(compiler, {
|
||||
hot: true,
|
||||
publicPath: '/',
|
||||
historyApiFallback: true,
|
||||
quiet: true,
|
||||
https: protocol === 'https',
|
||||
host,
|
||||
|
||||
Reference in New Issue
Block a user