2.0.2 • Published 6 years ago

svenjsx-loader v2.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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.

2.0.2

6 years ago

2.0.1

6 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago