You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [9.0.0](v8.0.0...v9.0.0) (2023-11-20)
### Build System
* drop native CJS support ([5b7f4fc](5b7f4fc))
* increase minimum node and vite versions ([d3b0294](d3b0294))
### BREAKING CHANGES
* no longer support CJS
Vite 5 deprecates CJS support and as such support has been dropped here
* bump min node and vite versions
Node v18/20 and Vite v5+ are required moving forward.
* drop native CJS support ([5b7f4fc](https://github.com/aem-vite/import-rewriter/commit/5b7f4fcec81faf5d2aa45b35387cb82490c997d9))
7
+
* increase minimum node and vite versions ([d3b0294](https://github.com/aem-vite/import-rewriter/commit/d3b0294d851ba91447ecc8baa6ceecbbc5c05eac))
8
+
9
+
10
+
### BREAKING CHANGES
11
+
12
+
* no longer support CJS
13
+
14
+
Vite 5 deprecates CJS support and as such support has been dropped here
15
+
* bump min node and vite versions
16
+
17
+
Node v18/20 and Vite v5+ are required moving forward.
0 commit comments