tangled
alpha
login
or
join now
mary.my.id
/
anartia
JavaScript-optional public web frontend for Bluesky
anartia.kelinci.net
sveltekit
atcute
bluesky
typescript
svelte
9
fork
atom
overview
issues
pulls
pipelines
chore: fix comment remover
mary.my.id
6 months ago
cd95e240
5f2dfe31
verified
This commit was signed with the committer's
known signature
.
mary.my.id
SSH Key Fingerprint:
SHA256:ZlTP/auFSGpGnaoDg4mCTG1g9OZvXp62jWR4c6H4O3c=
options
unified
split
Changed files
+1
-1
vite.config.ts
+1
-1
vite.config.ts
···
25
25
26
26
return code;
27
27
} else if (id.includes('node_modules/svelte/') && code.includes('<!--')) {
28
28
-
// code = code.replace(/<!--.*?-->/g, '');
28
28
+
code = code.replace(/(['`])<!--.*?-->\1/g, '$1$1');
29
29
30
30
return code;
31
31
}