We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3c16c commit 2603173Copy full SHA for 2603173
webpack.config.js
@@ -6,6 +6,7 @@ module.exports = {
6
devtool: 'source-map',
7
devServer: {
8
port: 9000,
9
+ allowedHosts: 'all',
10
devMiddleware: {
11
writeToDisk: true
12
},
0 commit comments