mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
historyApiFallback flag dropped from webpack config
This commit is contained in:
parent
75c1a983cf
commit
49ac27edce
1 changed files with 1 additions and 2 deletions
|
|
@ -71,8 +71,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
devServer: {
|
||||
host: '0.0.0.0',
|
||||
historyApiFallback: true
|
||||
host: '0.0.0.0'
|
||||
},
|
||||
plugins: [
|
||||
new HtmlWebPackPlugin({
|
||||
|
|
|
|||
Loading…
Reference in a new issue