Skip to content

Commit

Permalink
fix: 修复构建问题
Browse files Browse the repository at this point in the history
  • Loading branch information
oyjt committed Nov 27, 2024
1 parent e2f74ca commit ba008d0
Show file tree
Hide file tree
Showing 3 changed files with 2,258 additions and 2,720 deletions.
2 changes: 1 addition & 1 deletion build/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* @name createVitePlugins
* @description 封装plugins数组统一调用
*/
import uniPlugin from '@dcloudio/vite-plugin-uni';
import type { PluginOption } from 'vite';
import uniPlugin from '@dcloudio/vite-plugin-uni';
import ViteRestart from 'vite-plugin-restart';
import { AutoImportDeps } from './autoImport';
import { AutoRegistryComponents } from './component';
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"pinia-plugin-persistedstate": "^4.1.3",
"uview-plus": "^3.3.45",
"vue": "3.4.21",
"vue-i18n": "^9.1.9",
"vue-i18n": "9.1.9",
"z-paging": "^2.8.0"
},
"devDependencies": {
Expand Down Expand Up @@ -99,8 +99,8 @@
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.79.6",
"sass-loader": "^16.0.2",
"sass": "1.79.6",
"sass-loader": "16.0.2",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.10.0",
"stylelint-config-recess-order": "^5.1.1",
Expand Down
Loading

0 comments on commit ba008d0

Please sign in to comment.