Skip to content

Commit 05bbc2f

Browse files
authored
fix: cleant build errors (#139)
1 parent c9efa9f commit 05bbc2f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/sierpinski/vite.config.mjs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ export default defineConfig({
1111
}),
1212
Inspect(),
1313
],
14+
build: {
15+
rollupOptions: {
16+
external: ['react-scan'],
17+
},
18+
},
1419
});

0 commit comments

Comments
 (0)