Releases: KidkArolis/jetpack
Releases Β· KidkArolis/jetpack
v3.0.0
Replacing webpack with rspack! π
- Breaking change: Replaces
webpack
withrspack
- this adds a significant performance boost to jetpack. This is largely backwards compatible. However, if you customise your webpack in jetpack.config.js you might need to read the rspack migration guides. - Breaking change: Replaces
postcss
with the fasterlightningcss
via rspack's builtin loaders. It serves the same purpose of lowering css syntax for older browsers. - Upgrade
sass-loader
to use the modernsass-embedded
which is significantly faster, this should be backwards compatible, but expect sass warnings if you're using older sass syntax.
v2.1.0
v2.0.0
v1.4.0
v1.3.0
v1.2.1
v1.2.0
v1.1.0
v1.0.0
- Releasing 1.0.0 π₯³
v0.30.0
This version has been stable for a while. Will release as 1.0.0 next.