Skip to content

Commit 3b9efda

Browse files
fix: purgecss not breaking nuxt-devtools (#194)
Co-authored-by: HP-OMEN-WHITE\beren <[email protected]>
1 parent 906e704 commit 3b9efda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const DEFAULTS: ModuleOptions = {
3232
// New Vue3 selectors
3333
/:slotted/,
3434
/:deep/,
35-
/:global/
35+
/:global/,
36+
/nuxt-devtools-.*/
3637
]
3738
}

0 commit comments

Comments
 (0)