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 bde6698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-core/package.json
Expand Up @@ -41,6 +41,7 @@
"./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": "./lib/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",
Expand Down

0 comments on commit bde6698

Please sign in to comment.