Skip to content

Releases: studiometa/webpack-config

v3.1.0-alpha.4

23 Dec 14:51
3.1.0-alpha.4
a849332
Compare
Choose a tag to compare
v3.1.0-alpha.4 Pre-release
Pre-release

Added

Fixed

  • Fix custom Twig tag parsing (40faef6)

Changed

  • Use relative paths for the Twig include comment helper (bc9bc79)

v3.1.0-alpha.3

15 Dec 14:06
3.1.0-alpha.3
48227b5
Compare
Choose a tag to compare
v3.1.0-alpha.3 Pre-release
Pre-release

Fixed

  • Presets/Prototyping: Fix conversion to dash-case for Twig functions (018ac63)

v3.1.0-alpha.2

15 Dec 08:45
3.1.0-alpha.2
6f704ec
Compare
Choose a tag to compare
v3.1.0-alpha.2 Pre-release
Pre-release

Added

Fixed

  • Presets/Prototyping: Fix a bug where dependencies paths were not absolute (7d6f468, #50)

v3.1.0-alpha.1

21 Nov 15:42
3.1.0-alpha.1
21c131d
Compare
Choose a tag to compare
v3.1.0-alpha.1 Pre-release
Pre-release

Changed

  • Limit NPM packages transpilation to the @studiometa/ namespace (#49, 0ac3403)

Fixed

  • Fix a bug with the MiniCssExtractPlugin plugin and NPM packages transpilation (112d17b)

v3.1.0-alpha.0

20 Nov 15:26
3.1.0-alpha.0
d0e8cb3
Compare
Choose a tag to compare
v3.1.0-alpha.0 Pre-release
Pre-release

Added

  • Add support for a target configuration options to bundle for modern or legacy targets (#37)
  • Add support for node_modules transpilation with esbuild (#47)

Changed

  • Use esbuild-loader in dev mode instead of babel-loader (#37)
  • Disable the webpack resolver for ESLint (db4001a)
  • Enable experiments.futureDefaults to ease future migration to webpack@6 (06c3c9d)
  • Improve prototyping preset default configuration management (3a4c1c1)
  • Improve performance (89f7926)
  • Update NPM dependencies (3139b56)

v3.0.2

05 Oct 22:27
3.0.2
790ef2a
Compare
Choose a tag to compare

Fixed

  • Fix options for the css-loader (e04bc4c)

v3.0.1

07 Sep 14:06
3.0.1
d95146f
Compare
Choose a tag to compare

Fixed

  • Fix a bug where ES6 features were used in the output files (b662a6a)

v3.0.0

03 Sep 07:56
3.0.0
ce14b3e
Compare
Choose a tag to compare

Changed

  • [Breaking] Require Node.js ^14.13.1 || >=16.0.0
  • [Breaking] This package is now pure ESM (#43)

v2.9.3

15 Jun 08:30
2.9.3
d2bf6b5
Compare
Choose a tag to compare

Changed

  • Disable Sass warnings by default (b3613c2)
  • Update package-lock file (09569b8)
  • Update package dependencies (326b448)
  • Update demo dependencies (86b944e)

v2.9.2

14 Jun 14:58
2.9.2
a8e69b4
Compare
Choose a tag to compare

Fixed

  • Fix disabling CSS optimization with the optimization.optimize option (21a60ea)