Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Enable disableHostCheck option of webpack-dev-server (mastodon#2790)
Browse files Browse the repository at this point in the history
  • Loading branch information
abcang authored and Gargron committed May 4, 2017
1 parent 75bd141 commit 91ddd34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/webpack/development.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = merge(devConfig, {
compress: true,
historyApiFallback: true,
contentBase: resolve(paths.output, paths.entry),
publicPath
publicPath,
disableHostCheck: true
}
})

0 comments on commit 91ddd34

Please sign in to comment.