This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Description
The readme mentions that it's possible to add configuration for this plugin:
// additional config can also be set through `builder.config`
builder.config({
separateCSS: true,
rootURL: './public'
// to disable css optimizations
// cssOptimize: false
});
Is this also possible without a custom builder script, using the jspm cli?
Is it possible to add this to the jspm.config.js file?
// additional config can also be set through builder.config
I don't understand what this means. I've searched in docs of plugin-css, Builder and jspm-cli. Does this refer to the --config option? This is also mentioned on the following page:
http://jspm.io/0.17-beta-guide/custom-package-resolutions.html
Can the above mentioned options be added to the top level or should they be in another object, like cssOptions for example?