Skip to content

Commit

Permalink
chore(rollup-bundler): 去除不必要依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
xuasir committed Feb 4, 2021
1 parent 7ead3a7 commit 40fe3dc
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions packages/cli-plugin-bundler-rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,8 @@
"url": "https://github.com/xus-code/bundle-tools/issues"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@rollup/plugin-babel": "^5.2.3",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@vue/compiler-sfc": "^3.0.5",
"@xus/babel-preset": "^0.1.1",
"@xus/cli": "^0.0.1",
"chalk": "^4.1.0",
"deepmerge": "^4.2.2",
"rollup": "^2.38.3",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-vue": "^6.0.0"
},
"devDependencies": {
"@types/rollup-plugin-node-builtins": "^2.1.1",
"@types/rollup-plugin-node-globals": "^1.4.0"
"rollup": "^2.38.3"
}
}

0 comments on commit 40fe3dc

Please sign in to comment.