Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robbestad/svenjsx-loader

Webpack loader for SvenJS
https://github.com/robbestad/svenjsx-loader

Last synced: about 2 months ago
JSON representation

Webpack loader for SvenJS

Awesome Lists containing this project

README

        

# SVENJSX loader for Webpack

Add the loader to your Webpack config, like so:

```
module: {
rules: [
{test: /\.jsx$/, enforce: "pre", loaders: ['svenjsx-loader']}
]
}
```
This will convert the JSX syntax before any other processing is done.