mirror of
https://github.com/transmission/transmission
synced 2025-01-30 10:52:00 +00:00
fix: update WebUI build instructions to use dataurl
loader for images (#6430)
This commit is contained in:
parent
45298e5a4e
commit
9932f567fb
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ $ esbuild \
|
||||||
--allow-overwrite \
|
--allow-overwrite \
|
||||||
--bundle \
|
--bundle \
|
||||||
--legal-comments=external \
|
--legal-comments=external \
|
||||||
--loader:.png=binary \
|
--loader:.png=dataurl \
|
||||||
--loader:.svg=binary \
|
--loader:.svg=dataurl \
|
||||||
--minify \
|
--minify \
|
||||||
--outfile=public_html/transmission-app.js \
|
--outfile=public_html/transmission-app.js \
|
||||||
src/main.js
|
src/main.js
|
||||||
|
|
Loading…
Reference in a new issue