Skip to content

Releases: studiometa/webpack-config

v4.0.0

29 Aug 09:06
4.0.0
e7466c7
Compare
Choose a tag to compare

Added

  • Add a meta watch CLI command (#73, 5f148e8)
  • Add support for a TypeScript entry point with the prototyping preset (#73, 2d1968f)
  • Add support for Vue 3 (#62)
  • Add support for raw imports with the ?raw query (5cf35d0)
  • Add TypeScript support (#71, a3ba2c3)

Fixed

  • Fix output of Twig function html_attributes (af60b6c)

Changed

  • Move support for Vue 2 to a preset (#62)
  • ⚠️ Breaking: Presets are now declared via objects instead of strings (1a63f60, #62)
  • ⚠️ Breaking: Change default target from legacy to modern (3ac83a8, #67)
  • Use esbuild as JS and CSS minifier (#71, f6fba25)

v4.0.0-alpha.3

28 Aug 18:38
4.0.0-alpha.3
148f4a8
Compare
Choose a tag to compare
v4.0.0-alpha.3 Pre-release
Pre-release

Added

Changed

  • Use esbuild as JS and CSS minifier (#71, f6fba25)

v4.0.0-alpha.2

05 Aug 14:34
4.0.0-alpha.2
793efac
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

Fixed

  • Fix output of Twig function html_attributes (af60b6c)

v4.0.0-alpha.1

28 Jul 16:48
4.0.0-alpha.1
a21be16
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

Changed

  • ⚠️ Breaking: Change default target from legacy to modern (3ac83a8, #67)

v4.0.0-alpha.0

28 Jul 14:34
4.0.0-alpha.0
c1f02a4
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

Added

  • Add support for Vue 3 (#62)
  • Add support for raw imports with the ?raw query (5cf35d0)

Changed

  • Move support for Vue 2 to a preset (#62)
  • ⚠️ Breaking: Presets are now declared via objects instead of strings (1a63f60, #62)

v3.1.2

13 Apr 06:42
3.1.2
4daa178
Compare
Choose a tag to compare

Fixed

  • Fix logging information in dev mode (differentiate proxy vs access url) (#59)
  • Fix support for latest ESLint and StyleLint versions (#59)

v3.1.1

25 Mar 16:42
3.1.1
9c11727
Compare
Choose a tag to compare

Changed

v3.1.0

18 Mar 08:29
3.1.0
443787e
Compare
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
Compare
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
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)