From 7039541e8dc3e733ca93c5fdf464bdd8fb8cff4f Mon Sep 17 00:00:00 2001 From: "HP-OMEN-WHITE\\beren" Date: Sat, 3 Feb 2024 15:10:57 +0100 Subject: [PATCH] fix: purgecss not breaking nuxt-devtools --- src/config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index b5e03cb..7c9a425 100644 --- a/src/config.ts +++ b/src/config.ts @@ -32,6 +32,7 @@ export const DEFAULTS: ModuleOptions = { // New Vue3 selectors /:slotted/, /:deep/, - /:global/ + /:global/, + /nuxt-devtools-.*/ ] }