We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d5111 commit 3f7598cCopy full SHA for 3f7598c
playground/vitestGlobalSetup.ts
@@ -43,6 +43,7 @@ export async function setup({ provide }: TestProject): Promise<void> {
43
})
44
// also setup dedicated copy for "variant" tests
45
for (const [original, variants] of [
46
+ ['assets', ['encoded-base', 'relative-base', 'runtime-base', 'url-base']],
47
['css', ['lightningcss']],
48
['transform-plugin', ['base']],
49
] as const) {
0 commit comments