A babel preset for building Metal.js projects using JSX.
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"]
}