Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 0631dfc

Browse files
committed
chore: remove pathe from externals
- Removed 'pathe' from the externals in build.config.ts to streamline the build process. - Added 'pathe' as a dependency in package.json to ensure it is included in the project, improving module resolution and functionality.
1 parent c3ed348 commit 0631dfc

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ import { defineBuildConfig } from 'unbuild';
33
export default defineBuildConfig({
44
declaration: true,
55
entries: ['./src/index'],
6-
externals: ['pathe'],
76
failOnWarn: false,
87
});

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"dotenv": "^16.5.0",
4242
"json-schema-to-typescript": "^15.0.4",
4343
"ohash": "^2.0.11",
44+
"pathe": "^2.0.3",
4445
"storyblok-js-client": "^6.10.11"
4546
},
4647
"devDependencies": {
@@ -52,7 +53,6 @@
5253
"eslint": "^9.25.1",
5354
"memfs": "^4.17.0",
5455
"msw": "^2.7.5",
55-
"pathe": "^2.0.3",
5656
"typescript": "^5.8.3",
5757
"unbuild": "^3.5.0",
5858
"vite": "^6.3.4",

0 commit comments

Comments
 (0)