mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-24 23:47:17 +08:00
Merge pull request #9 from mazhiyuan-aiit/bugfix-import-themePreprocessorPlugin
fix: 修复启动时的异常TypeError: (0 , import_theme.default) is not a function
This commit is contained in:
commit
7a9a301935
@ -8,7 +8,7 @@ import { configCompressPlugin } from "./compress";
|
||||
// import ElementPlus from "unplugin-element-plus/vite";
|
||||
import { visualizer } from "rollup-plugin-visualizer";
|
||||
import removeConsole from "vite-plugin-remove-console";
|
||||
import themePreprocessorPlugin from "@pureadmin/theme";
|
||||
import { themePreprocessorPlugin } from "@pureadmin/theme";
|
||||
import { genScssMultipleScopeVars } from "../src/layout/theme";
|
||||
|
||||
export function getPluginsList(
|
||||
|
Loading…
x
Reference in New Issue
Block a user