Skip to content

Commit

Permalink
Merge branch 'master' into webpack-square-brackets-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis committed Feb 1, 2024
2 parents fd59ed0 + 52bf268 commit 0e17aac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/webpack-react/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
extensions: ['.js', '.json', '.ts', '.tsx'],
},
devtool: 'source-map',
devServer: {
allowedHosts: 'all',
},
module: {
rules: [
{
Expand Down

0 comments on commit 0e17aac

Please sign in to comment.