systemjs-config-builder icon indicating copy to clipboard operation
systemjs-config-builder copied to clipboard

Generate SystemJS config files from node_modules

Results 8 systemjs-config-builder issues
Sort by recently updated
recently updated
newest added

Hey @alexisvincent nice libray! Should be nice if the repo has LICENSE file

I follow the example to do: ```sh // in an empty folder. yarn global add systemjs-tools yarn add systemjs systemjs-nodelibs systemjs-plugin-babel react react-dom systemjs config ``` But the `systemjs config`...

Hey, Ive been running out of memory when trying to generate System config for large modules. Increasing the Node max mem is not really helping. Problem seems to be in...

I saw there's an item on the checklist in the readme about this. How about (optionally?) excluding all devDependencies?

Just wanted to let you know I'm doing some experimenting [over here](https://github.com/jonaskello/yarn-systemjs) with using the yarn.lock file as we originally discussed. Not sure if it will be useful but at...

When trying to use [plugin-typescript](https://github.com/frankwallis/plugin-typescript) the chrome tab hangs with 100% CPU usage.

The systemjs plugin-json package, for example, uses `define` but gets `"format": "cjs"`.

Good work on this package so far! I have breifly looked through the code and are trying to understand the details of how it works. In doing so I thought...