We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0449ac5 commit 1256523Copy full SHA for 1256523
Gulpfile.mjs
@@ -695,6 +695,8 @@ function* libBundlesIterator() {
695
"babel-helper-builder-react-jsx",
696
// exit-loader.cjs
697
"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",
700
].map(n => `packages/${n}`)
701
);
702
for (const src of packagesIterator(noBundle)) {
0 commit comments