tangled
alpha
login
or
join now
mary.my.id
/
aglais
personal web client for Bluesky
typescript
solidjs
bluesky
atcute
4
fork
atom
overview
issues
pulls
pipelines
chore: only include hash in filename
mary.my.id
1 year ago
e6f4e28a
e382e3f2
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
+5
vite.config.js
+5
vite.config.js
···
16
16
sourcemap: true,
17
17
assetsInlineLimit: 0,
18
18
minify: 'terser',
19
19
+
rollupOptions: {
20
20
+
output: {
21
21
+
chunkFileNames: 'assets/[hash].js',
22
22
+
},
23
23
+
},
19
24
terserOptions: {
20
25
compress: {
21
26
passes: 3,