From 3b9efdac9f536b6c42c60ac22789f1c19748c82f Mon Sep 17 00:00:00 2001 From: Berend <71277688+hankdetank@users.noreply.github.com> Date: Sat, 3 Feb 2024 22:30:42 +0100 Subject: [PATCH] fix: purgecss not breaking nuxt-devtools (#194) Co-authored-by: HP-OMEN-WHITE\beren --- 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-.*/ ] }