svenjsx-loader

2.0.2 • Public • Published

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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.21latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.21
2.0.10
0.3.10
0.3.00
0.2.30
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00

Package Sidebar

Install

npm i svenjsx-loader

Weekly Downloads

1

Version

2.0.2

License

ISC

Unpacked Size

3.24 kB

Total Files

4

Last publish

Collaborators

  • svenanders