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 to ^2.6.0 #2278

Merged
merged 3 commits into from
Jul 13, 2017
Merged

Commits on Jul 12, 2017

  1. upgrade webpack to ^2.6.0

    This brings manager and docs up to the latest version of webpack 2.6
    release. It will allow for future improvements that are only available
    in webpack 2+.
    
    Changes include:
    
    - Updated syntax for webpack loaders. [link](https://webpack.js.org/guides/migrating/#module-loaders-is-now-module-rules)
    - Use the babel-plugin-istanbul to instrument code for tests,
      as per recommendation by the webpack-contrib team. [link](webpack-contrib/istanbul-instrumenter-loader#44 (comment))
    - Use `cross-env` for all npm scripts to improve compatibility.
    stvnjacobs committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    117b05e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9784c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Configuration menu
    Copy the full SHA
    1d453c0 View commit details
    Browse the repository at this point in the history