Skip to content

Commit bd1a4e8

Browse files
committed
fix: add exact import
1 parent 0e2f613 commit bd1a4e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vitest.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ export default defineConfig({
1919
'@preact/signals-react': path.join(
2020
dirname, './packages/react/dist/signals.min.js'
2121
),
22+
'@preact/signals-react-runtime': path.join(
23+
dirname, './packages/react/runtime/dist/runtime.min.js'
24+
),
2225
'@preact/signals-react-utils': path.join(
2326
dirname, './packages/react/utils/utils.min.js'
2427
),
@@ -31,7 +34,7 @@ export default defineConfig({
3134
} : {}
3235
},
3336
plugins: [
34-
manglePlugin
37+
manglePlugin,
3538
],
3639
// TODO (43081j): stop faking node globals and sort out the transform
3740
// tests. Either run them in node, or somehow run babel in node but the

0 commit comments

Comments
 (0)