Open jogibear9988 opened 5 years ago
Mines just failed with a FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - Javascript heap out of memory
on two separate systems.
I set bundle: false and it worked perfectly fine.
yes, but then it‘s not bundeled...
@jogibear9988 this worked for me: https://github.com/fsevents/fsevents/issues/282#issuecomment-532378923
Upgrade to node 12
does this also increase performance?
We are seeing the same issue. Build times are increasing beyond sane limits.
No it doesn't increase performance. Still 3+ minutes up from usual. I'm going to try implement open-wc build suggestions soon-ish.
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.
A Build with following options: (polymer.json)
and following command
needs about 25minutes (and I've to do it 3 times, cause I have 3 different html files)
Is there a way to increase this speed?