We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be54e4b commit 985e168Copy full SHA for 985e168
CHANGELOG.md
@@ -1,10 +1,11 @@
1
# Changelog
2
3
-## Unreleased
+## 0.2.0 (2022-11-10)
4
5
- BREAKING: Rename `pkgJsonNeedsOptimization` to `pkgNeedsOptimization` with new parameters and async for correctness
6
- Prevent deep optimize packages with no exports and `index.js` file
7
-- Correctly respect Vite user config passed
+- Correctly respect Vite user config for `crawlFrameworkPkgs`
8
+- Export new utilities to respect Vite user config
9
10
## 0.1.1 (2022-11-01)
11
package.json
@@ -1,7 +1,7 @@
{
"name": "vitefu",
"description": "Utilities for building frameworks with Vite",
- "version": "0.1.1",
+ "version": "0.2.0",
"license": "MIT",
"type": "module",
"types": "./index.d.ts",
0 commit comments