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 6f6dc94 commit aa68fa5Copy full SHA for aa68fa5
apps/builder/vitest.config.ts
@@ -9,6 +9,8 @@ export default defineConfig({
9
replacement: resolve("app"),
10
},
11
],
12
+ conditions: ["webstudio", "browser", "development|production"],
13
+ // conditions: ["webstudio", ...defaultClientConditions],
14
15
// resolve webstudio condition in tests
16
ssr: {
0 commit comments