Skip to content

Commit e4c0e29

Browse files
authored
fix: use absolute path for jiti stub (#648)
1 parent b17bc53 commit e4c0e29

File tree

4 files changed

+423
-15
lines changed

4 files changed

+423
-15
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"build": "unbuild",
3131
"dev:prepare": "unbuild --stub && pnpm -r dev:prepare",
3232
"example:build": "pnpm nuxt-module-build build ./example",
33+
"example:stub": "pnpm nuxt-module-build build --stub ./example",
3334
"lint": "eslint .",
3435
"nuxt-module-build": "JITI_ESM_RESOLVE=1 jiti ./src/cli.ts",
3536
"prepack": "pnpm build",
@@ -53,7 +54,7 @@
5354
"pathe": "^2.0.3",
5455
"pkg-types": "^2.2.0",
5556
"tsconfck": "^3.1.6",
56-
"unbuild": "^3.5.0",
57+
"unbuild": "^3.6.0",
5758
"vue-sfc-transformer": "^0.1.16"
5859
},
5960
"peerDependencies": {

0 commit comments

Comments
 (0)