Replies: 1 comment 1 reply
-
Thanks for filing! You're right to point this out, we have been talking about improving the "unbundled final build" story for a while. Issue filed here to track the remaining work: #838 We'd love your help on this if you're interested! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We use
snowpack
for a new project and we started deploying the build in a test environment without bundling.It works well on evergreen browsers but some users are stuck on older versions not supporting the null coalescing operator (
??
).Unfortunately,
plugin-esbuild
does not expose thetarget
option so we are unable to specify a lower ecmascript target to support older browsers.We would like to stay with unbundled build for now if possible.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions