Skip to content

Commit

Permalink
do not bundle plugin-transform-react-jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 27, 2022
1 parent cef0f22 commit 11e6b20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gulpfile.mjs
Expand Up @@ -539,7 +539,9 @@ function* libBundlesIterator() {
// @babel/node invokes internal lib/_babel-node.js
dir === "babel-node" ||
// todo: test/helpers/define-helper requires internal lib/helpers access
dir === "babel-helpers"
dir === "babel-helpers" ||
// multiple exports
dir === "babel-plugin-transform-react-jsx"
) {
continue;
}
Expand Down

0 comments on commit 11e6b20

Please sign in to comment.