Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 508 Bytes

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"]
}