Awesome
Parcel Surplus Plugin
A parcel plugin to compile your Surplus JSX views.
Usage
$ npm install --save-dev parcel-plugin-surplus
For TypeScript users
To work with TypeScript it's necessary to add in your tsconfig.json the jsxFactory
prop:
{
"compilerOptions": {
...
"jsx": "preserve",
"jsxFactory": "Surplus",
}
}