Skip to content

Releases: studiometa/webpack-config

v3.1.1

25 Mar 16:42
3.1.1
9c11727

Choose a tag to compare

Changed

v3.1.0

18 Mar 08:29
3.1.0
443787e

Choose a tag to compare

Added

  • Add a defineConfig function to improve configuration DX (70b5f34)
  • Add support for modern and legacy targets (#37)
  • Add support for @studiometa/* packages transpilation (#47)
  • Add support for static assets in a public folder for the prototyping preset (#51)

Changed

  • Update dependencies
  • Disable Webpack's future defaults options (3cca9b2)

v3.1.0-alpha.5

23 Dec 15:32
3.1.0-alpha.5
12dc7b3

Choose a tag to compare

v3.1.0-alpha.5 Pre-release
Pre-release

Fixed

  • Fix changelog generation (f891533)

v3.1.0-alpha.4

23 Dec 14:51
3.1.0-alpha.4
a849332

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

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

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

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

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

Choose a tag to compare

Fixed

  • Fix options for the css-loader (e04bc4c)

v3.0.1

07 Sep 14:06
3.0.1
d95146f

Choose a tag to compare

Fixed

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