I recently built a simple Glimmer app. It's all working fine with the defautl tsconfig, however if I change the target to es5, I get the following error when running the app.
resolver-configuration.js:1 Uncaught TypeError: Class constructor Application cannot be invoked without 'new'
at new App (resolver-configuration.js:1)
at index.ts:5
at objKeys (app.js:4)
at app.js:5
Here are the versions specified in the package.json
I recently built a simple Glimmer app. It's all working fine with the defautl tsconfig, however if I change the target to
es5
, I get the following error when running the app.Here are the versions specified in the package.json