requirejs-react-jsx
Advanced tools
Comparing version 0.14.1 to 0.14.2
@@ -18,3 +18,6 @@ define(function () { | ||
var path = parentRequire.toUrl(ensureJSXFileExtension(name, config)); | ||
var options = config.jsx && config.jsx.transformOptions || {}; | ||
var oldOptions = config.jsx && config.jsx.transformOptions || {}; // @deprecated | ||
var options = config.config && config.config.jsx && config.config.jsx.transformOptions || oldOptions || { | ||
harmony: true // enable harmony by default | ||
}; | ||
@@ -21,0 +24,0 @@ try { |
{ | ||
"name": "requirejs-react-jsx", | ||
"version": "0.14.1", | ||
"version": "0.14.2", | ||
"description": "A RequireJS plugin for loading jsx in require.js and r.js", | ||
@@ -5,0 +5,0 @@ "main": "jsx.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9454
133