esbuild-plugin-vue3 icon indicating copy to clipboard operation
esbuild-plugin-vue3 copied to clipboard

esbuild plugin for loading Vue 3 SFC files

Results 11 esbuild-plugin-vue3 issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello! Vue switched to sass "compileString" method instead of "renderSync" which breaks esbuild vue transpilation as soon as a style block with ` lang="scss"` is present in an SFC. https://github.com/vuejs/core/blob/main/CHANGELOG.md...