Skip to content

Commit

Permalink
fix: add missing index.flow.js file to out-of-tree-platforms package
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Jun 24, 2024
1 parent c583333 commit 640763b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/out-of-tree-platforms/src/index.flow.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
if (!process.env.BUILD_EXCLUDE_BABEL_REGISTER) {
require('../../../scripts/build/babel-register').registerForMonorepo();
}

export * from './getPlatformResolver';

0 comments on commit 640763b

Please sign in to comment.