2.0.2 • Published 7 years ago

svenjsx-loader v2.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 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

7 years ago

2.0.1

7 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.3

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago