Skip to content

Commit 1256523

Browse files
committed
fix
1 parent 0449ac5 commit 1256523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gulpfile.mjs

+2
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ function* libBundlesIterator() {
695695
"babel-helper-builder-react-jsx",
696696
// exit-loader.cjs
697697
"babel-helper-transform-fixture-test-runner",
698+
// imported "@babel/plugin-transform-react-jsx/lib/development", this will accidentally bundle everything
699+
"packages/babel-plugin-transform-react-jsx-development",
698700
].map(n => `packages/${n}`)
699701
);
700702
for (const src of packagesIterator(noBundle)) {

0 commit comments

Comments
 (0)