Skip to content

Releases: faergeek/make-webpack-config

v3.2.0

11 May 18:29
Compare
Choose a tag to compare

3.2.0 (2021-05-11)

Features

  • add alias option (9e97faa)
  • allow absolute imports from paths.src (e136900)
  • set resolve.symlinks to false (4b9f222)

v3.1.4

11 May 17:31
Compare
Choose a tag to compare

3.1.4 (2021-05-11)

Bug Fixes

v3.1.3

11 May 16:56
Compare
Choose a tag to compare

3.1.3 (2021-05-11)

Bug Fixes

  • add typescript to resolve.extensions (c7ea489)
  • always pretty-print assets json (fba146c)
  • make sure user can't override our defines (4175ea8)
  • remove output.libraryTarget (2088581)

v3.1.2

11 May 16:27
Compare
Choose a tag to compare

3.1.2 (2021-05-11)

Reverts

  • use mini-css-extract-plugin emit option (41deb16)

v3.1.1

11 May 15:46
Compare
Choose a tag to compare

3.1.1 (2021-05-11)

Bug Fixes

  • use type instead of test for css cache group (0849a0a)

v3.1.0

11 May 08:48
Compare
Choose a tag to compare

3.1.0 (2021-05-11)

Features

  • add support for passing object as an entry (51c15b8)

v3.0.1

11 May 08:39
Compare
Choose a tag to compare

3.0.1 (2021-05-11)

Bug Fixes

  • add files field to package.json (a12f3b4)

v3.0.0

11 May 08:26
Compare
Choose a tag to compare

3.0.0 (2021-05-11)

Bug Fixes

  • change webpack-plugin-serve port (d73a651)

BREAKING CHANGES

  • webpack-plugin-serve port is now 8000

v2.1.1

10 May 22:42
Compare
Choose a tag to compare

2.1.1 (2021-05-10)

Bug Fixes

  • deps: update dependency sass-loader to v11.1.0 (3a8df91)

v2.1.0

10 May 16:42
Compare
Choose a tag to compare

2.1.0 (2021-05-10)

Bug Fixes

  • include dynamically imported assets into json (4e722bd)

Features