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

Upgrade webpack v4 #47

Merged
merged 6 commits into from
Dec 16, 2018
Merged

Upgrade webpack v4 #47

merged 6 commits into from
Dec 16, 2018

Commits on Dec 5, 2018

  1. Upgrade to Webpack v4

    - Update webpack-contrib to next
    - Replace ExtractTextPlugin with MiniCssExtractPlugin, but pin to 0.4.2
      until shellscape/webpack-manifest-plugin#167 is resolved.
    - Replace removed CommonsChunkPlugin with `optimize.splitChunks`
      configuration option
    - Remove plugins provided by `mode` configuration option:
      NamedChunksPlugin, NamedModulesPlugin, and DefinePlugin
    - Use terser-webpack-plugin over uglifyjs-webpack-plugin-terser
    - Upgrade to webpack-mild-compile@3.3.1
    - Force CSS splitting by entry
    - Filter css order warnings
    - Add optimize-css-assets-webpack-plugin to dist config
    - Update tapable typings
    mwistrand committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    cd256a0 View commit details
    Browse the repository at this point in the history
  2. Update windows fixtures

    mwistrand committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    c66ca8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    110d4f7 View commit details
    Browse the repository at this point in the history
  4. update windows fixtures

    mwistrand committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    c117a1d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Configuration menu
    Copy the full SHA
    90e8786 View commit details
    Browse the repository at this point in the history
  2. Update windows fixtures

    mwistrand committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    ac42a7d View commit details
    Browse the repository at this point in the history