forked from AkkomaGang/akkoma-fe
Rollback disableDotRule
This commit is contained in:
parent
7ffb7e6795
commit
70c48a076d
1 changed files with 1 additions and 6 deletions
|
@ -46,12 +46,7 @@ Object.keys(proxyTable).forEach(function (context) {
|
||||||
})
|
})
|
||||||
|
|
||||||
// handle fallback for HTML5 history API
|
// handle fallback for HTML5 history API
|
||||||
app.use(require('connect-history-api-fallback')({
|
app.use(require('connect-history-api-fallback')())
|
||||||
disableDotRule: true,
|
|
||||||
rewrites: [
|
|
||||||
{from: /\/app.js/, to: '/app.js'}
|
|
||||||
]
|
|
||||||
}))
|
|
||||||
|
|
||||||
// serve webpack bundle output
|
// serve webpack bundle output
|
||||||
app.use(devMiddleware)
|
app.use(devMiddleware)
|
||||||
|
|
Loading…
Reference in a new issue