Releases: studiometa/webpack-config
Releases · studiometa/webpack-config
v2.9.1
v2.9.0
Added
- Add a
mergeCSS
option to force concatenation of all initial CSS chunks (#29) - Add a
__DEV__
global variable (#29) - Add a JSON manifest file
assets-manifest.json
with all generated assets (#29) - Add the
postcss-preset-env
plugin to the default PostCSS configuration (#29) - Add support for the
.cjs
extension for the config file (#29) - Add support for import of SVG file as Vue component with
?as-vue-component
resourceQuery (#29) - Add default configuration for the
babel-loader
(#29) - Add default configuration for ESLint and Stylelint (#29)
- Add a method to get the generated Webpack configuration (#29)
Changed
- Use hashed filenames in production for the prototyping preset (#29)
- Add
WebpackBar
when starting the dev server (#29) - Migrate to a workspace configuration (#29)
- Replace
file-loader
andurl-loader
by native asset rules (#29) - Replace the
CleanWebpackPlugin
with the native output.clean option (#29) - Update and clean NPM dependencies (#29)
v2.8.0
Added
- Add
tailwind-config-viewer
to thetailwindcss
preset (#17)