Socket
Socket
Sign inDemoInstall

coffee-jsx-loader

Package Overview
Dependencies
11
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    coffee-jsx-loader

Coffeescript loader for webpack adding coffee-react-transform CJSX support


Version published
Weekly downloads
5
increased by66.67%
Maintainers
1
Install size
1.47 MB
Created
Weekly downloads
 

Readme

Source

CoffeeScript loader for webpack with JSX support

Usage

var exportsOfFile = require("coffee-jsx!./file.cjsx");
// => return exports of executed and compiled file.cjsx

Documentation: Using loaders

{
	module: {
		loaders: [
			{ test: /\.cjsx$/, loader: "coffee-jsx-loader" }
		]
	}
}

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Keywords

FAQs

Last updated on 27 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc