-
Notifications
You must be signed in to change notification settings - Fork 5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(webpack): polyfill
setImmediate
(#26398)
Fixes flaky test `Sentry errors after initialization, after opting into metrics @no-mmi should send error events in background` in the webpack build.
- Loading branch information
1 parent
42326a7
commit c5c13d5
Showing
4 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -557,6 +557,7 @@ | |
"concurrently": "^8.2.2", | ||
"contentful": "^10.8.7", | ||
"copy-webpack-plugin": "^12.0.2", | ||
"core-js-pure": "^3.38.0", | ||
"cross-spawn": "^7.0.3", | ||
"crypto-browserify": "^3.12.0", | ||
"css-loader": "^6.10.0", | ||
|
@@ -754,7 +755,8 @@ | |
"@pmmmwh/react-refresh-webpack-plugin>core-js-pure": true, | ||
"@swc/core": true, | ||
"@lydell/node-pty": true, | ||
"$root$": true | ||
"$root$": true, | ||
"core-js-pure": true | ||
} | ||
}, | ||
"packageManager": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters