requirejs-react-jsx
Advanced tools
Comparing version 0.12.2 to 0.12.3
@@ -64,3 +64,3 @@ define(function () { | ||
content += "\n//@ sourceMappingURL=data:application/json;base64," + btoa(JSON.stringify(sourceMap)); | ||
content += "\n//# sourceMappingURL=data:application/json;base64," + btoa(JSON.stringify(sourceMap)); | ||
} else { | ||
@@ -67,0 +67,0 @@ content += "\n//# sourceURL=" + config.baseUrl + name; |
{ | ||
"name": "requirejs-react-jsx", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"description": "A RequireJS plugin for loading jsx in require.js and r.js", | ||
@@ -5,0 +5,0 @@ "main": "jsx.js", |
# requirejs-react-jsx | ||
[![NPM version](https://badge.fury.io/js/requirejs-react-jsx.svg)](http://badge.fury.io/js/requirejs-react-jsx) | ||
[![Dependency Status](http://img.shields.io/gemnasium/podio/requirejs-react-jsx.svg?style=flat-square)](https://gemnasium.com/podio/requirejs-react-jsx) | ||
@@ -45,3 +46,3 @@ | ||
App.prototype.init = function () { | ||
React.renderComponent(<this.AppView />, document.body); | ||
React.render(<this.AppView />, document.body); | ||
}; | ||
@@ -76,3 +77,4 @@ | ||
harmony: true, | ||
stripTypes: false | ||
stripTypes: false, | ||
inlineSourceMap: true | ||
}, | ||
@@ -79,0 +81,0 @@ usePragma: false |
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
8881
128