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
The named export works but the default export does not. The simplest way to fix it is to edit the generated js file to export default (or change it to es6 import/export would also work).
Can then endpoint hook able to change the generated js file automatically?
Or there can be another way to make it work?
Another reason that I post this as it might be helpful to 0.17 release.
Cheers,
The text was updated successfully, but these errors were encountered:
I followed https://github.com/jspm/jspm-cli/blob/master/docs/publishing-packages.md to expose typescript only module and almost get it to work.
The modules I created are:
The named export works but the default export does not. The simplest way to fix it is to edit the generated js file to export
default
(or change it to es6 import/export would also work).Can then endpoint hook able to change the generated js file automatically?
Or there can be another way to make it work?
Another reason that I post this as it might be helpful to 0.17 release.
Cheers,
The text was updated successfully, but these errors were encountered: