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