Skip to content

Releases: softwareventures/webpack-config

v0.14.2

25 Mar 18:18
Compare
Choose a tag to compare

0.14.2 (2019-03-25)

Bug Fixes

  • deps: update dependency clean-webpack-plugin to v1.0.1 (e19cc2f)

v0.14.1

25 Mar 18:09
Compare
Choose a tag to compare

0.14.1 (2019-03-25)

Bug Fixes

  • deps: update dependency css-loader to v2.1.1 (cf014cd)
  • deps: update dependency uglifyjs-webpack-plugin to v2.1.2 (a4d77ed)

v0.14.0

18 Mar 19:42
Compare
Choose a tag to compare

0.14.0 (2019-03-18)

Features

  • html: accept html: false parameter to disable HTML generator (0cceb14)

v0.13.0

17 Mar 23:33
Compare
Choose a tag to compare

0.13.0 (2019-03-17)

Features

  • provide mechanism to vary configuration between production and development (9b484ef)

v0.12.1

17 Mar 23:21
Compare
Choose a tag to compare

0.12.1 (2019-03-17)

Bug Fixes

  • entry: fix broken support for multiple entry points (7159b21)

v0.12.0

07 Mar 12:58
Compare
Choose a tag to compare

0.12.0 (2019-03-07)

Features

  • customize: add hook for arbitrary customization of Webpack Configuration (c040395)

v0.11.0

27 Feb 22:34
Compare
Choose a tag to compare

0.11.0 (2019-02-27)

Features

  • svg: load SVG images in the same way as PNG and JPG. (3da80c9)

v0.10.2

27 Feb 06:12
Compare
Choose a tag to compare

0.10.2 (2019-02-27)

Bug Fixes

  • html: fix generated HTML template to use short doctype (632a736)

v0.10.1

25 Feb 14:11
Compare
Choose a tag to compare

0.10.1 (2019-02-25)

Bug Fixes

  • resolve: prefer to resolve JavaScript files over TypeScript files (a5105c4)

v0.10.0

23 Feb 05:52
Compare
Choose a tag to compare

0.10.0 (2019-02-23)

Features

  • file-loader: load all reasonable image, audio and video formats using file-loader (fd23f4f)