We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b3d61 commit fc26538Copy full SHA for fc26538
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.0.6 (2025-02-24)
4
+
5
+- Handle `ssr.external: true` Vite config when calling `crawlFrameworkPkgs` and `isDepExternaled` ([#19](https://github.com/svitejs/vitefu/pull/19))
6
7
## 1.0.5 (2025-01-02)
8
9
- Don't require `package.json` to exist for `crawlFrameworkPkgs` ([#16](https://github.com/svitejs/vitefu/pull/16))
package.json
@@ -1,7 +1,7 @@
{
"name": "vitefu",
"description": "Utilities for building frameworks with Vite",
- "version": "1.0.5",
+ "version": "1.0.6",
"license": "MIT",
"type": "module",
"types": "./src/index.d.ts",
0 commit comments