build(projects): 配置优化

This commit is contained in:
Soybean
2022-06-04 11:19:32 +08:00
parent de09f82586
commit fd78791229
6 changed files with 147 additions and 148 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig, presetUno } from 'unocss';
export default defineConfig({
exclude: ['node_modules', '.git', './stats.html'],
exclude: ['node_modules', '.git', 'dist', 'mock', './stats.html'],
presets: [presetUno({ dark: 'class' })],
shortcuts: {
'wh-full': 'w-full h-full',