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
I am using plugin-typescript 3.0.0 and jspm 0.16.27. Now when I run my application in the browser everything works just fine. However when I bundle my application using jspm bundle-sfx the code is not transpiled to es5. I am using this command to bundle my application:
I am using plugin-typescript 3.0.0 and jspm 0.16.27. Now when I run my application in the browser everything works just fine. However when I bundle my application using
jspm bundle-sfx
the code is not transpiled to es5. I am using this command to bundle my application:Here is a part of my config.js:
And my tsconfig.json:
The text was updated successfully, but these errors were encountered: