Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chizukicn committed Nov 14, 2023
1 parent ad8430a commit 69ae230
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
},
"dependencies": {
"@hoci/core": "workspace:*",
"@hoci/shared": "workspace:*",
"@vueuse/core": "^10.5.0",
"maybe-types": "^0.1.0",
"tslx": "^0.1.1"
Expand Down
3 changes: 0 additions & 3 deletions packages/shared/build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ export default defineBuildConfig({
emitCJS: true,
dts: {
respectExternal: false
},
esbuild: {
target: "es2015"
}
}
});
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69ae230

Please sign in to comment.