We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fdc12 commit 53d03edCopy full SHA for 53d03ed
playground/vitestSetup.ts
@@ -113,6 +113,8 @@ beforeAll(async (s) => {
113
// suppress @vue/reactivity-transform warning
114
if (msg.includes('@vue/reactivity-transform')) return
115
if (msg.includes('Generated an empty chunk')) return
116
+ // suppress rolldown minifier warning
117
+ if (msg.includes('The built-in minifier is still under development')) return
118
warn.call(globalConsole, msg, ...args)
119
}
120
0 commit comments