Releases: rzane/webpack
Releases · rzane/webpack
Release list
v0.7.0
BREAKING CHANGE: Removed the favicons plugin, because it probably shouldn't be recommended. It generates way more than is necessary. To migrate, see: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs.
- Adds
copyutility - Upgrades dependencies
- Allows
useBuiltInsoption to be passed through to@babel/preset-env
v0.6.1
v0.6.0
v0.5.0-beta.0
Experimental support for Fast Refresh.
v0.5.0
v0.4.0-beta.0
v0.4.0
- Upgrades to webpack 5. Don't bother installing
webpack, because it's a dependency of this library now. - Sets
deferon all script tags and puts them in the head of the document. This is a more efficient way to load scripts. - Includes
@stackup/webpack/babel-presetso you don't have to install babel stuff either.