esbuild-plugin-vue-next icon indicating copy to clipboard operation
esbuild-plugin-vue-next copied to clipboard

an esbuild plugin for vue 3.x SFC

Results 2 esbuild-plugin-vue-next issues
Sort by recently updated
recently updated
newest added

Hi! Since esBuild [v.0.14.44](https://github.com/evanw/esbuild/releases/tag/v0.14.44) `alwaysStrict` implemented in `tsconfig.json`, "Uncaught ReferenceError: cssModules is not defined" appears in browser console if Vue component uses css modules. I've checked the code and looks...

Is there any way to keep CSS from SFCs in JS instead of emitting a CSS file ?