-
I'm new to Babel, React, and SystemJS. Basically inherited a project that uses all this and trying to get things running in the browser. They used bundles for production, but are not being helpful d…
-
Greets,
I like this project! I'm curious how hard it would be to add JSPM (www.jspm.io) support. It's a package manager on the edge of popularity and having increasing uptake. While it manages / inst…
-
Hi there, I got stuck at step "jspm install -y" with the following errors. Any advice what may be causing this? I am a newbie in the JavaScript world. Thanks a lot in advance!
```
d:\Temp\angular2-qu…
-
npm:material-design-lite contains wrong material.js so I use github:google/material-design-lite.
Both of them don't include package.json/main key to define entry point, so to install it, we must do:
…
-
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 …
-
Dependencies seem to be broken in the latest version. To reproduce:
```typescript
// sample.ts
import * as denodb from "https://deno.land/x/denodb@v1.0.40/mod.ts";
console.log(denodb.Database);
`…
-
Hi, I want to use the aurelia-firebase plugin when, just after install via jspm, the ui broken, i've to reinstall the aurelia-mdl-skeleton-navigation
system.js:4 Uncaught (in promise) Error: (SystemJ…
-
`browserify` is the only bundler that works out of box because of its dependency library, [glslify](https://github.com/stackgl/glslify), that uses browserify transforms. Browserify is great and all, b…
-
Hello, recently I start to learn ES6, so features like import is still new to me (to be honest even JS itself become dark forest to me).
So there is a first line in `app.js`:
```
import {bootstrap, …
-
Hi
Thanks for providing this great extension for atom, I really love using it by far.
Just have a feature request, would it be possible to support module autocomplete for JSPM?
Thanks