v1.3.0
🐛 BUGS
- In some cases, the configuration between two cartapus targets could not be correctly reset, resulting in the first configuration being applied to the second target's configuration.
- Added a warning if the
data-cartapus-threshold
is not between 0 and 1.
🔧 CHORES
- Switch from
microbundle
toVite
which makes the repo lighter by having less files and less folders. - Use private class methods and optional chaining.
- Use postcss-nesting to nest the css of the dev page.
Full Changelog: v1.2.4...v1.3.0