esbuild-vue-jest
TypeScript icon, indicating that this package has built-in type declarations

0.0.1-beta.0 • Public • Published

esbuild-plugin-vue-jsx

npm version npm downloads

Install

npm i esbuild-plugin-vue-jsx -D

Usage

import { build } from 'esbuild';
import vueJsx from 'esbuild-plugin-vue-jsx';

build({
  plugins: [
    vueJsx({
      // options are passed on to @vue/babel-plugin-jsx
    }),
  ],
});

Options

See @vue/babel-plugin-jsx.

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i esbuild-vue-jest

Weekly Downloads

2

Version

0.0.1-beta.0

License

MIT

Unpacked Size

179 kB

Total Files

6

Last publish

Collaborators

  • chenjiahan