Releases: KidkArolis/jetpack
Releases Β· KidkArolis/jetpack
v4.0.0
- Add
typescript
support, compiled bybuiltin:swc-loader
- Use
[email protected]
to correctly include latest polyfills - Switch to
builtin:swc-loader
- Make it easier to import global css when using css modules - css in *.global.css or node_modules no longer considered as css modules
- Remove
h
as the default jsx pragma, instead use swc-loader's automatic mode for react - Upgrade to express@5
v4.0.0-2
v4.0.0-1
v4.0.0-0
- Add
typescript
support, compiled bybuiltin:swc-loader
- Use
[email protected]
to correctly include latest polyfills - Switch to
builtin:swc-loader
- Remove
h
as the default jsx pragma, instead use swc-loader's automatic mode for react
v3.1.0
- Removed
commander
in favor of native Node.jsparseArgs
util, this might have slight affect on cli flags - Upgrade all dependencies, including
[email protected]
- Switch
core-js
to usage mode for smaller bundles as less and lesscore-js
is needed for smaller browsers - Improve portability of
jetpack
- running it without installing it locally should work better now
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.