Skip to content

Commit

Permalink
feat: bump taro to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Jul 29, 2024
1 parent 9e874e5 commit 3e19348
Show file tree
Hide file tree
Showing 5 changed files with 2,369 additions and 3,883 deletions.
6 changes: 2 additions & 4 deletions config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ export default defineConfig({
compiler: {
type: 'webpack5',
prebundle: {
enable: false,
enable: true,
exclude: ['@nutui/nutui-taro', '@nutui/icons-vue-taro'],
},
// prebundle: {
// exclude: ['@nutui/nutui-taro'],
// },
},
framework: 'vue3',
cache: {
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,34 @@
"@babel/runtime": "^7.25.0",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.3.11",
"@tarojs/components": "^3.6.34",
"@tarojs/plugin-framework-vue3": "^3.6.34",
"@tarojs/plugin-html": "^3.6.34",
"@tarojs/runtime": "^3.6.34",
"@tarojs/taro": "^3.6.34",
"@tarojs/components": "^4.0.3",
"@tarojs/plugin-framework-vue3": "^4.0.3",
"@tarojs/plugin-html": "^4.0.3",
"@tarojs/runtime": "^4.0.3",
"@tarojs/taro": "^4.0.3",
"dayjs": "^1.11.12",
"pinia": "^2.2.0",
"taro-plugin-pinia": "^1.0.0",
"vue": "^3.4.34"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@ntnyq/eslint-config": "^2.7.3",
"@ntnyq/prettier-config": "^1.21.2",
"@tarojs/cli": "^4.0.3",
"@tarojs/helper": "^4.0.3",
"@tarojs/plugin-platform-weapp": "^4.0.3",
"@tarojs/router": "^3.6.34",
"@tarojs/shared": "^3.6.34",
"@tarojs/webpack5-runner": "^3.6.34",
"@tarojs/router": "^4.0.3",
"@tarojs/shared": "^4.0.3",
"@tarojs/webpack5-runner": "^4.0.3",
"@types/webpack-env": "^1.18.5",
"@vue/babel-plugin-jsx": "^1.2.2",
"@vue/compiler-sfc": "^3.4.34",
"babel-preset-taro": "^3.6.34",
"babel-preset-taro": "^4.0.3",
"bumpp": "^9.4.1",
"eslint": "^9.8.0",
"husky": "^9.1.3",
"husky": "^9.1.4",
"nano-staged": "^0.8.0",
"pnpm": "^9.6.0",
"postcss": "^8.4.40",
Expand Down
Loading

0 comments on commit 3e19348

Please sign in to comment.