Skip to content

Commit

Permalink
fix(deploy): should handle prebundle package correctly (#6632)
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingjfe authored Dec 16, 2024
1 parent 11ab95f commit 9049f80
Show file tree
Hide file tree
Showing 9 changed files with 206 additions and 547 deletions.
6 changes: 6 additions & 0 deletions .changeset/ten-poets-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@modern-js/app-tools': patch
---

fix(deploy): should handle prebundle package correctly
fix(deploy): 应该正确地处理 prebundle 的包
6 changes: 1 addition & 5 deletions packages/solutions/app-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@
"types": "./dist/types/exports/server.d.ts",
"jsnext:source": "./src/exports/server.ts",
"default": "./dist/cjs/exports/server.js"
},
"./deploy": {
"types": "./dist/types/plugins/deploy/exports.d.ts",
"jsnext:source": "./src/plugins/deploy/exports.ts",
"default": "./dist/cjs/plugins/deploy/exports.js"
}
},
"engines": {
Expand Down Expand Up @@ -116,6 +111,7 @@
"flatted": "^3.2.9",
"mlly": "^1.6.1",
"pkg-types": "^1.1.0",
"ndepe": "0.1.4",
"std-env": "^3.7.0"
},
"devDependencies": {
Expand Down
297 changes: 0 additions & 297 deletions packages/solutions/app-tools/src/plugins/deploy/dependencies/index.ts

This file was deleted.

Loading

0 comments on commit 9049f80

Please sign in to comment.