babel-plugin-vidom-jsx

0.7.2 • Public • Published

babel-plugin-vidom-jsx

Build Status NPM Version

Plugin for babel to enable JSX in Vidom.

Installation

npm i --save-dev babel-plugin-vidom-jsx

Usage

via CLI

babel --plugins vidom-jsx file.js

via babel.rc

{
  "plugins": ["vidom-jsx"]
}

Options

  • autoRequire=true By default plugin automatically adds necessary import but you can disable this behaviour and plugin will use vidom reference inside current scope.

Readme

Keywords

Package Sidebar

Install

npm i babel-plugin-vidom-jsx

Weekly Downloads

12

Version

0.7.2

License

MIT

Unpacked Size

7.68 kB

Total Files

3

Last publish

Collaborators

  • dfilatov