All Versions
38
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v3.0.3 Changes

    • Adapted for Webpack 3 which is no longer using ~ for node_modules
  • v3.0.2 Changes

    • Fixed a bug when the new 3.0.0 version couldn't load some relative Node.js modules for Webpack loaders (e.g. a new version of css-loader)
  • v3.0.0 Changes

    • No new major features added / no rewrite. Incrementing the major version just so it doesn't break anything because many people use it in production. Tweaked npm module resolution algorithm a bit (miscellaneous) and also added runtime option for asset types which performs asset source compilation at runtime rather than at build time (this can be used for Webpack loaders returning javascript functions or React component classes — stuff like that, because it's not serializable to webpack-assets.json). Added configuration example for svg-react-loader.
  • v2.6.6 Changes

    • @pmdroid - added support for querystring in filenames
  • v2.6.4 Changes

    • Fixed a bug when a CSS compilation error would terminate Webpack build
  • v2.6.2 Changes

    • Undeprecated .development() method for the webpack plugin (since process.env.NODE_ENV makes no sense there)
  • v2.6.0 Changes

    • Deprecated .development() method in favour of examining process.env.NODE_ENV
  • v2.5.8 Changes

    • Fixed Windows error "Error: connect EADDRNOTAVAIL 0.0.0.0:9999"
  • v2.5.7 Changes

    • Renamed verbose option to verbosity (can be one of: undefined, "no webpack stats", "webpack stats for each build")
  • v2.5.3 Changes

    • Added support for loader-powered require()d paths (e.g. 'responsive?sizes=[]!./images/dog.jpg')