Skip to content

Releases: faergeek/make-webpack-config

v10.0.1

05 Jun 11:12
Compare
Choose a tag to compare

10.0.1 (2021-06-05)

Bug Fixes

  • handle .otf with url-loader (6b976db)

v10.0.0

05 Jun 09:07
Compare
Choose a tag to compare

10.0.0 (2021-06-05)

Bug Fixes

  • extract node externals from consumer deps (099ff34)

BREAKING CHANGES

  • nodeExternals option is removed

v9.0.1

05 Jun 08:42
Compare
Choose a tag to compare

9.0.1 (2021-06-05)

Bug Fixes

  • deps: remove webpack-node-externals (a6ed30e)

v9.0.0

05 Jun 08:38
Compare
Choose a tag to compare

9.0.0 (2021-06-05)

Features

  • add nodeExternals option (2c5d552)

BREAKING CHANGES

  • externals are no longer configured by default, to
    preserve the old behavior, copy nodeExternals example from README.md

v8.0.1

05 Jun 08:20
Compare
Choose a tag to compare

8.0.1 (2021-06-05)

Bug Fixes

  • make sure aliases work in node (9bfbe10)

v8.0.0

03 Jun 03:00
Compare
Choose a tag to compare

8.0.0 (2021-06-03)

Performance Improvements

  • don't extract runtime chunk by default (d71dd17)

BREAKING CHANGES

  • you need to enable extractRuntimeChunk option to
    preserve the old behavior

v7.1.0

01 Jun 20:29
Compare
Choose a tag to compare

7.1.0 (2021-06-01)

Features

  • add support for prefresh (8611ebc)

v7.0.2

01 Jun 18:45
Compare
Choose a tag to compare

7.0.2 (2021-06-01)

Bug Fixes

  • deps: update dependency sass-loader to v12 (18d95f6)

v7.0.1

01 Jun 07:01
Compare
Choose a tag to compare

7.0.1 (2021-06-01)

Bug Fixes

  • deps: update dependency css-minimizer-webpack-plugin to v3.0.1 (5201b87)

v7.0.0

31 May 14:04
Compare
Choose a tag to compare

7.0.0 (2021-05-31)

Performance Improvements

  • use node-sass instead of dart-sass (acdcbfb)

BREAKING CHANGES

  • underlying sass implementation is changed