Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow plugin exports via "processing" lifecycle hook #404

Merged
merged 3 commits into from
Feb 21, 2018

Commits on Feb 18, 2018

  1. feat: add "during" hook & support export plugins

    `after` should probably just become what `during` is, it's a breaking change but not terribly different in practice.
    
    Plugins run as part of the `during` phase can add messages with a plugin name starting with `modular-css-export` and an `exports` key that will be merged into the file's exports.
    
    Fixes #401 in a roundabout way by making it possible w/o a change to core.
    
    This also makes the output module support non-array values because having to know that is just an awkward implementation detail that makes no sense for anyone but me.
    tivac committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    943524f View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2018

  1. feat: rename "during" to "processing"

    It's at least a little better
    tivac committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    2249e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1393fab View commit details
    Browse the repository at this point in the history