mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 09:18:33 +08:00
refactor(project): re-adjust the overall folder
This commit is contained in:
15
packages/locales/build.config.ts
Normal file
15
packages/locales/build.config.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
import { defineBuildConfig } from 'unbuild';
|
||||
|
||||
export default defineBuildConfig({
|
||||
clean: true,
|
||||
declaration: true,
|
||||
entries: [
|
||||
'src/index',
|
||||
{
|
||||
builder: 'mkdist',
|
||||
input: './src/langs',
|
||||
// loaders: ['postcss'],
|
||||
outDir: './dist/langs',
|
||||
},
|
||||
],
|
||||
});
|
Reference in New Issue
Block a user