0.1.1 • Published 7 years ago

babel-preset-metal-jsx v0.1.1

Weekly downloads
33
License
MIT
Repository
github
Last release
7 years ago

babel-preset-metal-jsx

A babel preset for building Metal.js projects using JSX.

Usage

This is a babel preset that provides a default configuration for building Metal.js projects that use JSX with babel. It configures babel-plugin-incremental-dom for you, which is the one that compiles the JSX code to incremental dom.

{
  "presets": ["metal-jsx"]
}