Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Oct 6, 2023
1 parent 57eea2c commit 913e934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
devtool: 'source-map',
devServer: {
port: 9000,
allowHosts: 'all',
allowedHosts: 'all',
devMiddleware: {
writeToDisk: true
},
Expand Down

0 comments on commit 913e934

Please sign in to comment.