-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consolidate the build process to a single build tool #1004
Comments
|
Tree shaking is most likely build in according to @BlaineHeffron. Disable axios for node will be done through tree shaking |
React native requires a workaround even if you use the no-eventsource version of the SDK. Here is what worked for me: in the metro config:
Create a blank file The no-eventsource and no-axios versions were merged in #1066 and #1038 |
Heroic accomplishment, can be closed I think 👍 |
Consolidated to a single build tool is has not been completed. |
Modernization of the Build System: While great strides have been made in upgrading the stack from Webpack 4 to Webpack 5 (see, for example, stellar-base#584), there’s still much more to be done. There are far superior build systems out there today that will lead to smaller and faster bundle sizes for downstream systems. We can also make the effort to support a newer package manager, like modern npm or Yarn 3.
This may or may not require downstream systems to also adapt to the new build system.
The text was updated successfully, but these errors were encountered: