mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
chore: packages update latest version
This commit is contained in:
@@ -7,7 +7,7 @@ import { createProxy } from "./build/proxy";
|
||||
import { viteMockServe } from "vite-plugin-mock";
|
||||
import svgLoader from "vite-svg-loader";
|
||||
import styleImport from "vite-plugin-style-import";
|
||||
import VitePluginElementPlus from "vite-plugin-element-plus";
|
||||
import ElementPlus from "unplugin-element-plus";
|
||||
|
||||
const pathResolve = (dir: string): any => {
|
||||
return resolve(__dirname, ".", dir);
|
||||
@@ -65,7 +65,7 @@ export default ({ command }: ConfigEnv): UserConfigExport => {
|
||||
}
|
||||
]
|
||||
}),
|
||||
VitePluginElementPlus({ useSource: true }),
|
||||
ElementPlus(),
|
||||
viteMockServe({
|
||||
mockPath: "mock",
|
||||
localEnabled: command === "serve",
|
||||
|
||||
Reference in New Issue
Block a user