0.1.0 • Published 4 years ago
esbuild-plugin-vue-jsx v0.1.0
esbuild-plugin-vue-jsx
Install
npm i esbuild-plugin-vue-jsx -DUsage
import { build } from 'esbuild';
import vueJsx from 'esbuild-plugin-vue-jsx';
build({
plugins: [
vueJsx({
// options are passed on to @vue/babel-plugin-jsx
}),
],
});Options
License
MIT.