Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@KidkArolis KidkArolis released this 11 Dec 13:23

Replacing webpack with rspack! πŸŽ‰

  • Breaking change: Replaces webpack with rspack - 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 faster lightningcss via rspack's builtin loaders. It serves the same purpose of lowering css syntax for older browsers.
  • Upgrade sass-loader to use the modern sass-embedded which is significantly faster, this should be backwards compatible, but expect sass warnings if you're using older sass syntax.

v2.1.0...v3.0.0