Re-add disableHostCheck (regression #3729) (#3854)

ref #2790
lolsob-rspec
Yamagishi Kazutoshi 2017-06-19 21:01:31 +09:00 committed by Eugen Rochko
parent 0483235216
commit 0a2e331bd5
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ module.exports = merge(sharedConfig, {
compress: true,
headers: { 'Access-Control-Allow-Origin': '*' },
historyApiFallback: true,
disableHostCheck: true,
watchOptions: {
ignored: /node_modules/,
},