You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered: