Browse Source

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

ref #2790
closed-social-glitch-2
Yamagishi Kazutoshi 6 years ago
committed by Eugen Rochko
parent
commit
500e28442f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      config/webpack/development.js

+ 1
- 0
config/webpack/development.js 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/,
},

Loading…
Cancel
Save