don't use 3rd party rewrites
This commit is contained in:
@ -170,8 +170,7 @@ function localWebServer (options) {
|
|||||||
debug('SPA', options.spa)
|
debug('SPA', options.spa)
|
||||||
app.use(historyApiFallback({
|
app.use(historyApiFallback({
|
||||||
index: options.spa,
|
index: options.spa,
|
||||||
verbose: options.verbose,
|
verbose: options.verbose
|
||||||
rewrites: options.rewrite
|
|
||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user