[1.21.1]
Highlights
- React Fast Refresh is now the default mode for Hot Module Replacement
- Added some examples on how to use Crafty : https://github.com/swissquote/crafty/tree/master/examples
- Allow to run WebpackPluginServe more than once in watch mode, is useful if you have multiple bundles in a single configuration
- Update to Typescript 4.9
React Fast Refresh
note that React Fast Refresh works only with the development version of React, if you are loading React through requirejs or equivalent make sure to switch to the dev version while running crafty watch
Libraries Updates
- webpack update to 5.75.0
- postcss update to 8.4.21
- babel update to 7.20.12
- babel-loader update to 9.1.2
- eslint update to 8.31.0
- jest update to 29.3.1
- stylelint update to 14.16.1
- rollup to 3.10.0 (new major) -> updated related plugins as well
- typescript update to 4.9.4
- lightningcss to 1.18.0
Full Changelog: v1.20.0...v1.21.1