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

Clarify config #130

@peteruithoven

Description

@peteruithoven

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions