Closed buckelieg closed 4 years ago
The 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
Please check current master (no bundle yet).
@buckelieg, version 1.4 works flawlessly with @babel/standalone 7.8.7
Plugin fails with message
I suppose that Babael 7.6.4 does not include WeakMap polyfill which is needed to be addressed during build process. It would be nice to have an option to configure babel execution runtime in plugin configuration