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 31, 2022
1 parent 1390f91 commit 61d987f
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 61d987f

Please sign in to comment.