Open stretch07 opened 2 years ago
Hey @stretch07. Are you still running into this issue?
If so, can you create a small publicly available "demo"? It will help me understand what's happening.
https://github.com/babel/minify/issues/974 Maybe related to this? I also started to get this error in my CI after moving some script content inside the HTML template to a dedicated JS file, could it be that bable doesn't like that?
Fixed by switching to uglify-js
as js engine.
Nice catch! You're awesome, @AutisticShark. Thank you 🙌🏼
It seems like there's a work-around. I'll try to include that over the weekend.
I'm glad you guys found a fix. Feel free to close this issue whenever you need
I keep receiving this error halfway through the build:
Here's my yml setup:
Could somebody diagnose?