Closed ktor closed 4 years ago
Ok, I've found it. Plugin only works with https://registry.npmjs.org/babel-standalone/-/babel-standalone-6.26.0.tgz. Since 7.x it misses polyfills for nashorn. https://github.com/babel/babel/issues/7607
I will try out GraalVM as a Nashorn replacement, it should address this issue.
Current master works on GraalVM + Babel 7.8.4 in tests, I will smear this implementation with some love and push new version to central.
It didn't work, sorry :( it run into CL issue. Current master should be good though, I check it on external project.
Fix available in version 1.4
.
Version 1.4 works flawlessly with @babel/standalone 7.8.7, thank you @milpol !
Great to hear, thanks!
Plugin v1.3 fails with message
I suppose that Babael 7.8.3 does not include Symbol polyfill which is needed to be addressed during build process.
What versions of babel do you currently support ?