Skip to content

Commit 59549c9

Browse files
fix(vite): npm resolution + cjs + duplicated preact signals (#3211)
1 parent 7107117 commit 59549c9

18 files changed

Lines changed: 1047 additions & 466 deletions

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ node_modules/
55
.docs/
66
.DS_Store
77
tmp_*
8-
coverage/
8+
coverage/
9+
vite-inspect/
10+
.vite-inspect/
11+
demo/dist/

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@std/streams": "jsr:@std/streams@1",
6565

6666
"@astral/astral": "jsr:@astral/astral@^0.5.3",
67-
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.1",
67+
"@marvinh-test/fresh-island": "jsr:@marvinh-test/fresh-island@^0.0.2",
6868
"linkedom": "npm:linkedom@^0.18.10",
6969
"@std/async": "jsr:@std/async@^1.0.13",
7070
"@std/expect": "jsr:@std/expect@^1.0.16",

0 commit comments

Comments
 (0)