Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robbestad/svenjsx-loader
- Owner: robbestad
- Created: 2015-11-27T12:32:38.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T07:05:45.000Z (over 6 years ago)
- Last Synced: 2024-11-11T07:35:04.143Z (3 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.