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.

Package Sidebar

Install

npm i svenjsx-loader

Weekly Downloads

8

Version

2.0.2

License

ISC

Unpacked Size

3.24 kB

Total Files

4

Last publish

Collaborators

  • svenanders