-
I just want to know whats the difference between using this plugin or enabling the `transpiler: 'typescript` in the jspm config.js
here https://github.com/frankwallis/plugin-typescript/issues/59 @guy…
-
I would like to raise a discussion about the future of this project and wether we should intend / expect to make it more stable.
I really would like to invest some time in making this the default dev…
-
As reported in https://github.com/systemjs/systemjs/issues/928#issuecomment-161938215.
-
Today I used this module with success inside a grunt connect task to notify the app of changes in javascript file so that systemjs-hot-reloader will reimport modules managed with jspm.
One obstacle w…
-
Hi,
I'm trying to integrate this in my backbone.js project. But whenever I make a change, all the files up until the "main" file are reimported. I would like to only reload the one I changed, but may…
-
That would speed up the in-browser process. [matthiasak/Arbiter](https://github.com/matthiasak/Arbiter) is using this technique to compile code in-browser with Babel. The difference with JSPM would be…
-
The reload logic looks solid here, which was really great to see.
The weak point in https://github.com/capaj/jspm-hot-reloader/blob/master/jspm-hot-reloader.js#L13 is that you probably want to be usi…
-
I have a ts package importing `domready`:
`import * as domready from 'domready';`
It works fine inside the package. `domready` is resolved to the function.
When I reference this package, it fails. `…
-
In the live editing environment I'm working on, I'm loading basic templates on-the-fly for certain file extensions if the requested module doesn't exist so that everything can continue (re)loading wit…
ghost updated
9 years ago
-
Does `System.define('components/SomeComponent.jsx!', source)` not work similarly to `System.import`? It doesn't seem to be applying the jsx transformations. Do I need to specify some option(s) to ma…
ghost updated
9 years ago