The Vue plugin provides support for building Vue 3 components. The plugin internally integrates esbuild-plugin-vue3 and @vue/babel-plugin-jsx。
Notice that we have some limitation:
['src/**/*.vue']
or ['src/index.ts']
.In Modern.js Module, you can register plugins in the following way:
{}
Options passed to @vue/babel-plugin-jsx
, please refer to the @vue/babel-plugin-jsx documentation for detailed usage.