You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a new Builder, I want to use RN SDK in an index.html Single Page Application (SPA), inside <script> tags, so I can try it without any framework or dependencies.
#1161
Open
MantisClone opened this issue
Sep 14, 2023
· 2 comments
Problem
We don't publish the minified JavaScript files *.min.js
Solution
Change package.json main property.
Use exports property instead to define the exports for each supported environment. browser, default
Reference:
https://nodejs.org/api/packages.html#conditional-exports
Migrated from Asana: https://app.asana.com/0/1203912381456855/1205320821557405/f
The text was updated successfully, but these errors were encountered: