Skip to content

Releases: softwareventures/webpack-config

v0.9.0

19 Feb 17:30
Compare
Choose a tag to compare

0.9.0 (2019-02-19)

Features

  • css: minify CSS using cssnano (3061643)

v0.8.2

19 Feb 16:50
Compare
Choose a tag to compare

0.8.2 (2019-02-19)

Bug Fixes

  • clean: don't clean build output in development mode (d87dea7)

v0.8.1

15 Feb 13:39
Compare
Choose a tag to compare

0.8.1 (2019-02-15)

Bug Fixes

  • css: don't generate source maps for CSS/Less (f9c3e84)
  • css: in development, include original CSS class name in mangled name (7532fe0)
  • file-loader: in development, include original name of file in files loaded by file-loader (91714b0)

v0.8.0

14 Feb 10:50
Compare
Choose a tag to compare

0.8.0 (2019-02-14)

Features

  • less: support stylesheets in less format (1dfb9f7)

v0.7.0

13 Feb 16:22
Compare
Choose a tag to compare

0.7.0 (2019-02-13)

Features

  • css: extract css into separate files in production (6b34826)
  • file-loader: user shorter base64 names for image assets (7dd32ff)
  • uglify: use custom uglify configuration (c9f0487)
  • add 'vendor' configuration option (f4f6dbc)
  • bundle CSS using css-loader and style-loader (a638a31)