You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected: url() asset references to always be ./a-T4DXLJPC.svg or ./b-T4DXLJPC.svg
actual: references for both assets change to a sequence of characters, e.g. url(0_mFGA3eetotCSwsA00000002) etc.
esbuild: 0.18.16 / 0.18.17
my project imports some pre-minified CSS files with excessively long lines, so any line limit breaks the bundled CSS.
I've posted an example with a deliberately short
lineLimithere:https://esbuild.github.io/try/#YgAwLjE4LjE3AHsgYnVuZGxlOiB0cnVlLCBsaW5lTGltaXQ6IDM4LCBvdXRkaXI6ICJidWlsZCIsIGxvYWRlcjogeyAnLnN2Zyc6ICdmaWxlJyB9IH0AAGVudHJ5LmpzeABpbXBvcnQgIi4vZW50cnkuY3NzIgoAZQBlbnRyeS5jc3MALmNsYXNzIHsgYmFja2dyb3VuZDogdXJsKCIuL2Euc3ZnIil9CkBmb250LWZhY2V7c3JjOnVybCgiLi9hLnN2ZyIpIGZvcm1hdCgiZW90IiksdXJsKCcuL2Euc3ZnIycpIGZvcm1hdCgid29mZjIiKSx1cmwoIi4vYS5zdmc/IikgZm9ybWF0KCJ3b2ZmIiksdXJsKC4vYS5zdmcpIGZvcm1hdCgidHJ1ZXR5cGUiKSx1cmwoIi4vYS5zdmciKSBmb3JtYXQoInN2ZyIpfQouYW5vdGhlciB7IAogIGJhY2tncm91bmQ6IHVybCgiLi9iLnN2ZyIpCn0AAGEuc3ZnADxzdmcgLz4AAGIuc3ZnADxzdmcgLz4
expected:
url()asset references to always be./a-T4DXLJPC.svgor./b-T4DXLJPC.svgactual: references for both assets change to a sequence of characters, e.g.
url(0_mFGA3eetotCSwsA00000002)etc.esbuild: 0.18.16 / 0.18.17
my project imports some pre-minified CSS files with excessively long lines, so any line limit breaks the bundled CSS.
if I take
bundle: trueout, then it appears to work?