systemjs-tools icon indicating copy to clipboard operation
systemjs-tools copied to clipboard

(dev)tools for working with SystemJS

Results 5 systemjs-tools issues
Sort by recently updated
recently updated
newest added

Make sure this works with windows

I need CORS support in my projects, thus I've been trying to enable CORS through the handler API. But so far I've been unable to get it working. It seems...

I noticed that systemjs serve throws an error after a file has been changed. TypeError: Object.values is not a function It seems that the support for this ES2017 functionality is...

I want to do something like this in my systemjs-tools.js: ``` var fs = require('fs'); module.exports.config.serve.keys = { key: fs.readFileSync('localhost.key'), cert: fs.readFileSync('localhost.crt'), ca: fs.readFileSync('localhost.key'), } ``` This way, I can...

bug

For whatever historical reason I cannot remember, my project's jspm.config.js location is in a source subfolder. When this occurs, the systemjs serve configuration sniffer can't find it. I was able...