refactor: update console log removal configuration to exclude 'error'

This commit is contained in:
Zack Spear
2025-01-07 17:18:27 -08:00
parent 95b203285b
commit ff1651f523
+1 -1
View File
@@ -69,7 +69,7 @@ export default defineNuxtConfig({
plugins: [
!process.env.VITE_ALLOW_CONSOLE_LOGS &&
removeConsole({
includes: ['log', 'warn', 'error', 'info', 'debug'],
includes: ['log', 'warn', 'info', 'debug'],
}),
],
build: {