eclipse / n4js

Eclipse Public License 1.0
30 stars 24 forks source link

VSCode extension fails to start due to wrong static value for variable import.meta.url #2525

Closed mmews-n4 closed 1 year ago

mmews-n4 commented 1 year ago

Webpack bundles the extension and replaces import.meta.url by a static name since import.meta.url is not available in commonjs. This fails at runtime.