refactor: Integrate the @vben-core/shared package
This commit is contained in:
13
packages/@core/base/shared/build.config.ts
Normal file
13
packages/@core/base/shared/build.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineBuildConfig } from 'unbuild';
|
||||
|
||||
export default defineBuildConfig({
|
||||
clean: true,
|
||||
declaration: true,
|
||||
entries: [
|
||||
'src/index',
|
||||
'src/constants/index',
|
||||
'src/utils/index',
|
||||
'src/colorful/index',
|
||||
'src/cache/index',
|
||||
],
|
||||
});
|
Reference in New Issue
Block a user