Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robbestad/universal-jsx-loader

Webpack loader for universal-jsx
https://github.com/robbestad/universal-jsx-loader

Last synced: 20 days ago
JSON representation

Webpack loader for universal-jsx

Awesome Lists containing this project

README

        

# Webpack loader for universal-jsx

Add the loader to your Webpack config, like so:

```
module: {
preLoaders: [
{ test: /\.js$/, loaders: ['universal-jsx-loader'], exclude: /node_modules/ }
],
loaders: [
[etc...]
]
}
```
This will convert the JSX syntax before any other processing is done.