Skip to content

Commit

Permalink
fix: stub out v8 on browsers so the "clone-deep-browser" code path …
Browse files Browse the repository at this point in the history
…is used instead
  • Loading branch information
chsuh committed Mar 29, 2021
1 parent c38469d commit 45d2692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-core/package.json
Expand Up @@ -38,6 +38,7 @@
"url": "https://opencollective.com/babel"
},
"browser": {
"v8": false,
"./lib/config/files/index.js": "./lib/config/files/index-browser.js",
"./lib/config/resolve-targets.js": "./lib/config/resolve-targets-browser.js",
"./lib/transform-file.js": "./lib/transform-file-browser.js",
Expand Down

0 comments on commit 45d2692

Please sign in to comment.