Skip to content

Commit

Permalink
chore: added a small msg in reference to new webpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshusinghs committed Nov 30, 2023
1 parent 312fd33 commit 3eec434
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,9 @@ module.exports = (env, argv) => {
],
},
plugins: [
// This plugin has been added to avoid Out of memory crashes of webpack on
// our Github runners. It does so by moving the type checking to a
// separate process.
new ForkTsCheckerWebpackPlugin(),
// This is here to deal with some node.js code brought in
// by @leafygreen/logo via @emotion/server:
Expand Down

0 comments on commit 3eec434

Please sign in to comment.