1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-01-30 02:42:11 +00:00

fix: update WebUI build instructions to use dataurl loader for images (#6430)

This commit is contained in:
Yat Ho 2023-12-24 21:53:57 +08:00 committed by GitHub
parent 45298e5a4e
commit 9932f567fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@ $ esbuild \
--allow-overwrite \
--bundle \
--legal-comments=external \
--loader:.png=binary \
--loader:.svg=binary \
--loader:.png=dataurl \
--loader:.svg=dataurl \
--minify \
--outfile=public_html/transmission-app.js \
src/main.js