We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0589134 commit fa26a3bCopy full SHA for fa26a3b
packages/out-of-tree-platforms/src/index.flow.js
@@ -0,0 +1,5 @@
1
+if (!process.env.BUILD_EXCLUDE_BABEL_REGISTER) {
2
+ require('../../../scripts/build/babel-register').registerForMonorepo();
3
+}
4
+
5
+export * from './getPlatformResolver';
0 commit comments