We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57eea2c commit 913e934Copy full SHA for 913e934
webpack.config.js
@@ -6,7 +6,7 @@ module.exports = {
6
devtool: 'source-map',
7
devServer: {
8
port: 9000,
9
- allowHosts: 'all',
+ allowedHosts: 'all',
10
devMiddleware: {
11
writeToDisk: true
12
},
0 commit comments