Skip to content

Commit fa26a3b

Browse files
committed
fix: add missing index.flow.js file to out-of-tree-platforms package
1 parent 0589134 commit fa26a3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)