Skip to content

Commit

Permalink
Merge pull request #48351 from Expensify/techievivek_revert_48126
Browse files Browse the repository at this point in the history
[NO QA] Revert "Merge pull request #48126 from Expensify/snyk-fix-97709a8dfac021137254aedcff269951"
  • Loading branch information
carlosmiceli authored Aug 30, 2024
2 parents 6659109 + 2db594a commit 117b961
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 113 deletions.
2 changes: 1 addition & 1 deletion config/webpack/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const getCommonConfiguration = ({file = '.env', platform = 'web'}: Environment):
{from: 'node_modules/pdfjs-dist/cmaps/', to: 'cmaps/'},
],
}),
new EnvironmentPlugin({JEST_WORKER_ID: ''}),
new EnvironmentPlugin({JEST_WORKER_ID: null}),
new IgnorePlugin({
resourceRegExp: /^\.\/locale$/,
contextRegExp: /moment$/,
Expand Down
Loading

0 comments on commit 117b961

Please sign in to comment.