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
evanw/esbuild@0e1696f added some code that skips over bad version numbers from caniuse. Unfortunately that doesn't apply to values you explicitly supply through the target config.
For instance, if you use browserslist-to-esbuild right now it is likely not to work because of the presence of the version safariTP.
[ERROR] Invalid version: "TP"
All version numbers passed to esbuild must be in the format "X", "X.Y", or "X.Y.Z" where X, Y, and Z are non-negative integers.
evanw/esbuild@0e1696f added some code that skips over bad version numbers from
caniuse
. Unfortunately that doesn't apply to values you explicitly supply through thetarget
config.For instance, if you use
browserslist-to-esbuild
right now it is likely not to work because of the presence of the versionsafariTP
.Repro: https://esbuild.github.io/try/#dAAwLjE5LjcAe3RhcmdldDonc2FmYXJpVFAnfQA
Related: evanw/esbuild#3501
The text was updated successfully, but these errors were encountered: