Skip to content

Commit

Permalink
build: update unbuild to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jun 4, 2024
1 parent e6097ed commit c95dae5
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 378 deletions.
2 changes: 1 addition & 1 deletion build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineBuildConfig({
{ input: "src/types/index.ts" },
],
alias: {
// nitropack: "./src/core/index.ts",
nitropack: "nitropack",
"nitropack/package.json": resolve(srcDir, "../package.json"),
"nitropack/runtime/meta": resolve(srcDir, "../runtime-meta.mjs"),
...Object.fromEntries(
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"miniflare": "^3.20240524.2",
"prettier": "^3.3.0",
"typescript": "^5.4.5",
"unbuild": "^2.0.0",
"unbuild": "^3.0.0-rc.2",
"undici": "^6.18.2",
"vitest": "^1.6.0",
"xml2js": "^0.6.2"
Expand Down
Loading

0 comments on commit c95dae5

Please sign in to comment.