-
Notifications
You must be signed in to change notification settings - Fork 380
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): sub entry export for react-native (#1350)
* fix(core) sub entry export for react-native * Update packages/core/compile.js Co-authored-by: Martin Chrástek <chrastek12@gmail.com>
- Loading branch information
1 parent
6cd6ced
commit c178ce3
Showing
6 changed files
with
6 additions
and
7 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/** | ||
* this is used to point to the right source when development with workspaces | ||
* This entry is for old runtimes which do not support `exports` field in package.json | ||
* https://github.com/facebook/metro/issues/670 | ||
*/ | ||
// eslint-disable-next-line import/no-unresolved | ||
export * from "./build/compile" | ||
module.exports = require("./build/cjs/compile.js") |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c178ce3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
js-lingui – ./
js-lingui-git-main-lingui.vercel.app
js-lingui.vercel.app
js-lingui-lingui.vercel.app
lingui.js.org