From: Yamagishi Kazutoshi Date: Mon, 19 Jun 2017 12:01:31 +0000 (+0900) Subject: Re-add disableHostCheck (regression #3729) (#3854) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=500e28442f8e6657de766fbdb4a4cfdb164b2b92;p=mastodon.git Re-add disableHostCheck (regression #3729) (#3854) ref #2790 --- diff --git a/config/webpack/development.js b/config/webpack/development.js index 7fce7e3f9..830183c0d 100644 --- a/config/webpack/development.js +++ b/config/webpack/development.js @@ -25,6 +25,7 @@ module.exports = merge(sharedConfig, { compress: true, headers: { 'Access-Control-Allow-Origin': '*' }, historyApiFallback: true, + disableHostCheck: true, watchOptions: { ignored: /node_modules/, },