Releases: studiometa/webpack-config
Releases · studiometa/webpack-config
v4.0.3
Changed
- Print package version when starting a command (ea9462a)
v4.0.2
Changed
- Move linting plugins to presets (#79)
- Change linting peer-dependencies to optional-dependencies (8d1b4e6)
v4.0.1
Fixed
- Fix peer dependencies conflicts (78f8482)
New Contributors
v4.0.0
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.2
Fixed
- Fix output of Twig function
html_attributes
(af60b6c)
v4.0.0-alpha.1
Changed
- ⚠️ Breaking: Change default target from legacy to modern (3ac83a8, #67)
v4.0.0-alpha.0
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
Fixed
- Fix logging information in dev mode (differentiate proxy vs access url) (#59)
- Fix support for latest ESLint and StyleLint versions (#59)