Releases: studiometa/webpack-config
Releases · studiometa/webpack-config
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
v4.0.0-alpha.3
v4.0.0-alpha.2
Fixed
- Fix output of Twig function
html_attributes
(af60b6c)
v4.0.0-alpha.1
v4.0.0-alpha.0
v3.1.2
v3.1.1
Changed
- Update
@studiometa/eslint-config
peer dependency (b0339bb) - Upgrade Tailwind from v2 to v3 (f9f7c2a)
v3.1.0
Added
- Add a
defineConfig
function to improve configuration DX (70b5f34) - Add support for
modern
andlegacy
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
Fixed
- Fix changelog generation (f891533)