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 #213

Merged
merged 5 commits into from
Nov 30, 2018
Merged

Upgrade webpack v4 #213

merged 5 commits into from
Nov 30, 2018

Commits on Nov 29, 2018

  1. Update webpack dependencies to v4

    - Temporarily add local, upgraded `@dojo/webpack-contrib`
    - Temporarily update package.json for CI
    - 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
    - Add runtime chunk, disable default chunk, and force modules into main
      chunk
    - Filter css order warnings
    - Move optimize-css-assets-webpack-plugin to dist config
    - Update tapable typings
    mwistrand committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    8662cac View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    ead5dfa View commit details
    Browse the repository at this point in the history
  2. Update cypress spec

    mwistrand committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    888ee2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e008371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0fae95 View commit details
    Browse the repository at this point in the history