Skip to content

Releases: studiometa/webpack-config

v4.0.4

20 Oct 22:02
4.0.4
0914470
Compare
Choose a tag to compare

Fixed

Changed

  • Update NPM dependencies (6c11c95)

v4.0.3

16 Sep 16:51
4.0.3
496f4c7
Compare
Choose a tag to compare

Changed

  • Print package version when starting a command (ea9462a)

v4.0.2

12 Sep 09:37
4.0.2
b09105e
Compare
Choose a tag to compare

Changed

  • Move linting plugins to presets (#79)
  • Change linting peer-dependencies to optional-dependencies (8d1b4e6)

v4.0.1

30 Aug 13:42
Compare
Choose a tag to compare

Fixed

  • Fix peer dependencies conflicts (78f8482)

New Contributors

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)