karma-cjsx-preprocessor

4.0.0 • Public • Published

karma-cjsx-preprocessor

A karma-preprocessor for compiling React JSX within Coffee files using jsdf/coffee-react-transform.

Version 0.1.x should be compatible with the 0.10.x version of Karma.

How to use

It is really simple: Add a preprocessor clause to the karma conf file, and it will automatically transform the .cjsx files.

module.exports = function(config) {
  config.set({
    preprocessors: {
      '**/*.cjsx': [ 'cjsx' ]
    },

    // the rest of the config should be here
  })
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.0
    1
    • latest

Version History

Package Sidebar

Install

npm i karma-cjsx-preprocessor

Weekly Downloads

2

Version

4.0.0

License

none

Last publish

Collaborators

  • mtscout6