-
Notifications
You must be signed in to change notification settings - Fork 200
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
[polymer-build] Polymer build so longgg #3417
Comments
I'm also experiencing slow build times when building esm, es6 and es5 builds. Not 70 minutes long, usually ~12 minutes for some of our larger projects, decreased slightly by upping the amount of CPU power the machine we're building on has. Stumbled upon this while while googling for an answer to whether or not |
Same problem here... as soon as the build is bundled, it gets really slow. Did anyone find a solution for this? Our application is growing, and build time is skyrocketing (3h47min at the moment) |
Personally, we've moved away from Polymer Build and are instead using rollup directly to bundle our application into "modern" and "legacy" builds. We're using packages from the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
hi team !
For some unknown reasons our polymer build takes a very long time (70 min on my macbook, 190 minutes on gitlab ci!), We have the standard esm-bundled + es6-bundled + es5-bundled, someone have the same issue?
The text was updated successfully, but these errors were encountered: