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 Oct 9, 2020. It is now read-only.
I tried to use babel-plugin-wildcard. JSPM by default load babel and es6 modules into browser and then transpile. I guess that wildcard plugin needs to access file system to determine modules. So only option was server-side transpiling also in development mode.
Tried development bundling as described here: https://jspm.io/0.17-beta-guide/development-bundling.html with no luck.
I tried to use babel-plugin-wildcard. JSPM by default load babel and es6 modules into browser and then transpile. I guess that wildcard plugin needs to access file system to determine modules. So only option was server-side transpiling also in development mode.
Tried development bundling as described here: https://jspm.io/0.17-beta-guide/development-bundling.html with no luck.
command to transpile bundle:
It never recognize, that it should use wildcard plugin for transpile imports. Any quidance?
The text was updated successfully, but these errors were encountered: