Skip to content

Commit

Permalink
test: examples
Browse files Browse the repository at this point in the history
  • Loading branch information
licl committed May 5, 2024
1 parent 78d4e1c commit 618d657
Show file tree
Hide file tree
Showing 6 changed files with 616 additions and 504 deletions.
2 changes: 1 addition & 1 deletion examples/taro_webpack5_vue3/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const config = {
sourceRoot: 'src',
outputRoot: `dist/${process.env.TARO_ENV}`,
plugins: [
'@tarojs/plugin-html',
'@tarojs/plugin-html',
[
'@tarojs/plugin-framework-vue3',
{
Expand Down
4 changes: 2 additions & 2 deletions examples/taro_webpack5_vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@iconify/json": "^2.2.70",
"@iconify/json": "^2.2.206",
"@tarojs/cli": "3.6.19",
"@tarojs/webpack5-runner": "3.6.19",
"@types/node": "^18.11.9",
Expand All @@ -80,6 +80,6 @@
"unocss": "^0.58.9",
"unocss-preset-weapp": "link:../../",
"vue-loader": "^17.0.0",
"webpack": "5.69.0"
"webpack": "5.91.0"
}
}
Loading

0 comments on commit 618d657

Please sign in to comment.