Skip to content

Commit

Permalink
fix: make sure "clone-deep-browser" code path is used on browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
charlessuh committed Mar 29, 2021
1 parent c38469d commit 67324a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-core/package.json
Expand Up @@ -41,10 +41,10 @@
"./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",
"./lib/transformation/util/clone-deep.js": "./src/transformation/util/clone-deep-browser.js",
"./src/config/files/index.js": "./src/config/files/index-browser.js",
"./src/config/resolve-targets.js": "./src/config/resolve-targets-browser.js",
"./src/transform-file.js": "./src/transform-file-browser.js",
"./src/transformation/util/clone-deep.js": "./src/transformation/util/clone-deep-browser.js"
},
"dependencies": {
"@babel/code-frame": "workspace:^7.12.13",
Expand Down

0 comments on commit 67324a5

Please sign in to comment.