mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-16 16:32:02 +08:00
fix: fixed svg icon load failure and enabled global injection bem.scss
This commit is contained in:
7
packages/utils/build.config.ts
Normal file
7
packages/utils/build.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { defineBuildConfig } from 'unbuild';
|
||||
|
||||
export default defineBuildConfig({
|
||||
clean: true,
|
||||
declaration: true,
|
||||
entries: ['src/index'],
|
||||
});
|
||||
Reference in New Issue
Block a user