From 47338e64153788c989f884daa1bb0dda3e1ed28c Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Sun, 8 Sep 2024 17:09:43 +0200 Subject: [PATCH] (nuxt) fix ignorePrefix / missing -pl-* flags --- nuxt.config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 8f8dc9235..574fe27e4 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -258,4 +258,6 @@ exports.randomFillSync = randomFillSync`], } }, }, + // effectively disabling the feature, see: https://nuxt.com/docs/api/nuxt-config#ignoreprefix + ignorePrefix: 'IGNORE', });