Skip to content

Commit

Permalink
Enable remote debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj committed Nov 27, 2020
1 parent c83b3df commit 3add591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
devServer: {
compress: true,
historyApiFallback: true, // respond to 404s with index.html
host: 'localhost',
host: '0.0.0.0',
hot: true, // enable HMR on the server
port: 3000,
},
Expand Down

0 comments on commit 3add591

Please sign in to comment.