Skip to content

Commit

Permalink
refactor: enable runtime babel helpers for all client dist
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Jul 20, 2022
1 parent 3a10dff commit 309eabc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/bundler-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"@babel/runtime": "7.17.9",
"@parcel/css": "1.9.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.7",
"@svgr/core": "6.2.1",
Expand Down
1 change: 1 addition & 0 deletions packages/renderer-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"@babel/runtime": "7.17.9",
"@loadable/component": "5.15.2",
"history": "5.3.0",
"react-router-dom": "6.3.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/renderer-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"build:deps": "umi-scripts bundleDeps",
"dev": "pnpm father dev"
},
"dependencies": {
"@babel/runtime": "7.17.9"
},
"peerDependencies": {
"vue": ">=3.2.31",
"vue-router": ">=4.0.12"
Expand Down
1 change: 1 addition & 0 deletions packages/umi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"test": "umi-scripts jest-turbo"
},
"dependencies": {
"@babel/runtime": "7.17.9",
"@umijs/bundler-utils": "4.0.0-canary.20220718.2",
"@umijs/bundler-webpack": "4.0.0-canary.20220718.2",
"@umijs/core": "4.0.0-canary.20220718.2",
Expand Down

0 comments on commit 309eabc

Please sign in to comment.