(nuxt) fix ignorePrefix / missing -pl-* flags

This commit is contained in:
Andrea Vos 2024-09-08 17:09:43 +02:00 committed by Valentyne Stigloher
parent 051784b5da
commit 47338e6415

View File

@ -258,4 +258,6 @@ exports.randomFillSync = randomFillSync`],
}
},
},
// effectively disabling the feature, see: https://nuxt.com/docs/api/nuxt-config#ignoreprefix
ignorePrefix: 'IGNORE',
});