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 5fa4e79 commit cc476d8Copy full SHA for cc476d8
packages/nitro/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.0.3 (2025-09-24)
4
+
5
+- fix(nitro): avoid `dist` since it breaks netlify ([#1163](https://github.com/hi-ogawa/vite-plugins/pull/1163))
6
7
## v0.0.2 (2025-09-10)
8
9
- fix(nitro): immutable cache for client build `assetsDir` ([#1153](https://github.com/hi-ogawa/vite-plugins/pull/1153))
packages/nitro/package.json
@@ -1,6 +1,6 @@
{
"name": "@hiogawa/vite-plugin-nitro",
- "version": "0.0.2",
+ "version": "0.0.3",
"homepage": "https://github.com/hi-ogawa/vite-plugins/tree/main/packages/nitro",
"repository": {
"type": "git",
0 commit comments