mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
Enable disableHostCheck option of webpack-dev-server (#2790)
This commit is contained in:
parent
75bd141e22
commit
91ddd345f2
@ -13,6 +13,7 @@ module.exports = merge(devConfig, {
|
||||
compress: true,
|
||||
historyApiFallback: true,
|
||||
contentBase: resolve(paths.output, paths.entry),
|
||||
publicPath
|
||||
publicPath,
|
||||
disableHostCheck: true
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user