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

updating css-loader dep and ts-loader dev dep #440

Closed
wants to merge 3 commits into from

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    c6637a1 View commit details
    Browse the repository at this point in the history
  2. Adds optimize-css-assets-webpack-plugin

    This is needed for the latest version of css-loader, which does not
    handle this
    weaverryan committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    241e8ae View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Fixing issue where sourcemaps were not dumped in production

    ... and also that, due to some old bad code, the .map files were not
    being removed correctly for style entries in production.
    weaverryan committed Nov 10, 2018
    Configuration menu
    Copy the full SHA
    9d1b00c View commit details
    Browse the repository at this point in the history