Skip to content

Commit

Permalink
fix: exclude option is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoth committed Jul 19, 2024
1 parent dd87466 commit 78378e4
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions uno.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@
import { defineConfig, presetAttributify, presetUno } from 'unocss'

export default defineConfig({
exclude: [
'node_modules',
'.git',
'.github',
'.husky',
'.vscode',
'build',
'dist',
'mock',
'public',
'./stats.html',
],
content: {
pipeline: {
exclude: [
'node_modules',
'.git',
'.github',
'.husky',
'.vscode',
'build',
'dist',
'mock',
'public',
'./stats.html',
],
},
},
presets: [presetUno(), presetAttributify()],
theme: {
colors: {
Expand Down

0 comments on commit 78378e4

Please sign in to comment.