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
Adding the bitbox02-api package to a React project (created with create-react-app) has drastically increased the build time, from under 2 minutes to 20-30 minutes (using a Github workflow).
Any ideas on how to speed up the build?
The text was updated successfully, but these errors were encountered:
Thanks for the quick response! We tried to exclude bitbox02-api-go.js but it seems like Webpack with Terser cannot exclude single source files. We're working on a Node.js TypeScript React project.
Cool, sounds good. Will the new library be available on npm?
Adding the bitbox02-api package to a React project (created with create-react-app) has drastically increased the build time, from under 2 minutes to 20-30 minutes (using a Github workflow).
Any ideas on how to speed up the build?
The text was updated successfully, but these errors were encountered: