Skip to content

Commit

Permalink
Merge branch 'staging' into hd/bump-a11y-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh183 authored Jun 8, 2024
2 parents 9cf8c07 + f6439fa commit 226acaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,10 @@ module.exports = function (webpackEnv) {
// https://github.com/jmblog/how-to-optimize-momentjs-with-webpack
// You can remove this if you don't use Moment.js:
new webpack.IgnorePlugin(/^\.\/locale$/, /moment$/),

// https://github.com/cthackers/adm-zip/issues/242 - original-fs is a dependency required for electron
// that is unfixed in the original repo
new webpack.IgnorePlugin(/original-fs/, /adm-zip/),
// Generate a service worker script that will precache, and keep up to date,
// the HTML & assets that are part of the webpack build.
isEnvProduction &&
Expand Down

0 comments on commit 226acaf

Please sign in to comment.