Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deploy): should handle prebundle package correctly #6632

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading