-
https://generator.jspm.io/#U2NhYGBkDM0rySzJSU1hcMgpzU3Vz8ksS9VNzk9JdTDQM9MzAQB/3w91JAA
It says:
```
Error: No './dist/themes/smoothy.js' exports subpath defined in https://ga.jspm.io/npm:themem…
-
SystemJS is giving a **'get-own-property-descriptor.js import error'** (browser error)
**jspm install core.js** solved the issue ... (error may be caused by other babel, or other package dependency g…
-
First of all, thank you very much for such useful extension!
Is it possible to configure it? If so, how? Could you please document this?
How to configure the extension to:
* use `node_modules…
-
It would be great to have jspm support (jspm plugin) for react-templates.
ifyio updated
8 years ago
-
Hi,
I want to test an aurelia.io project which uses jpsm. To be able to work with bluebird promises, I have to load its file before loading system.js in browser mode. So, in Karma, I have added its p…
-
and maybe other browsers, who knows...
The stacktrace below is the result of a remote BrowserStack test.
I have the same result on a local PhantomJS test, but not on a local chrome or firefox.
The tes…
-
I am trying to import with jspm/systemjs this lib, but this error pops up.
This is how it looks in my js file.
```
import 'jquery';
import 'bootstrap';
import 'bootstrap-wizard';
```
This is what i…
-
I've executed `jspm bundle test.js -wid` in the root of this project after install the dependencies, but I'm getting this error:
```
err Error on translate for test.js at file:///Users/Projects/jspm…
-
Right now in order to use post css in the browser
- You have to rely on a bundler and stub fs, path modules
- Use a CDN like jspm which takes care of cjs to esm conversion
It would be great if …
-
I have installed Aurelia-chart using your JSPM instructions and it has turned up in my package.json and config.js files OK. The files are also present in a aurelia-chart@0.2.5 directory under my jspm_…