Skip to content

Commit

Permalink
Merge pull request #10810 from Expensify/Rory-FixWebpackAnnoying
Browse files Browse the repository at this point in the history
[No QA] Fix annoying webpack overlay
  • Loading branch information
marcaaron authored Sep 6, 2022
2 parents 1708742 + 3964f38 commit 67805ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@ const webpackConfig = ({envFile = '.env', platform = 'web'}) => ({
'process/browser': require.resolve('process/browser'),
},
},
devServer: {
client: {
overlay: false,
},
},
});

module.exports = webpackConfig;

0 comments on commit 67805ee

Please sign in to comment.