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
{{ message }}
This repository has been archived by the owner on Dec 30, 2021. It is now read-only.
Currently, code that is generated by plugins such as @snowpack/plugin-vue is not transpiled using the respective build script.
In the following example, I'd expect esbuild to handle the nullish-coalescing operator (
??
) in bothsrc/Foo.vue
andsrc/Bar.js
.CSS files that were generated during build should probably be transformed using an analogous technique.
snowpack.config.json
src/Foo.vue
src/Bar.js
Snowpack output (Foo.vue → Foo.js, does not work as expected)
Snowpack output (Bar.js, works as expected)
The text was updated successfully, but these errors were encountered: