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

fix: exclude mini-css loader modules #382

Merged
merged 5 commits into from
Jun 14, 2018
Merged

fix: exclude mini-css loader modules #382

merged 5 commits into from
Jun 14, 2018

Commits on Jun 14, 2018

  1. fix: exclude mini-css loader modules

    mini-css does not emit assets when built from webpack's memory cache or
    hard-source's disk cache. Exclude the modules that lead to the child
    compilations that emit the assets so the assets are always emitted.
    This has a minor performance change instead of a large performance hit
    because the bulk of the css work is still cached outside of these
    excluded modules.
    mzgoddard committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    46013a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e85b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b90e67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08eb864 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eb797c View commit details
    Browse the repository at this point in the history