Skip to content

Commit

Permalink
fix: purgecss not breaking nuxt-devtools (#194)
Browse files Browse the repository at this point in the history
Co-authored-by: HP-OMEN-WHITE\beren <[email protected]>
  • Loading branch information
hankdetank and Berend114 authored Feb 3, 2024
1 parent 906e704 commit 3b9efda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const DEFAULTS: ModuleOptions = {
// New Vue3 selectors
/:slotted/,
/:deep/,
/:global/
/:global/,
/nuxt-devtools-.*/
]
}

0 comments on commit 3b9efda

Please sign in to comment.