jsx-loader
Advanced tools
Comparing version 0.12.2 to 0.13.1
{ | ||
"name": "jsx-loader", | ||
"version": "0.12.2", | ||
"version": "0.13.1", | ||
"description": "JSX loader for webpack", | ||
"main": "index.js", | ||
"dependencies": { | ||
"react-tools": ">=0.12.1", | ||
"react-tools": ">=0.13.1", | ||
"loader-utils": "^0.2.2" | ||
@@ -9,0 +9,0 @@ }, |
@@ -9,2 +9,5 @@ # JSX loader for webpack | ||
To enable ES6 features, use `?harmony` in your loader config. To auto insert the pragma required to process the file use the insertPragma parameter e.g. `?insertPragma=React.DOM`. | ||
To enable ES6 features, use `?harmony` in your loader config. To auto insert the pragma required to process the file use the insertPragma parameter e.g. `?insertPragma=React.DOM`. [Flow]-style type annotations can be stripped using `?stripTypes`. | ||
[Flow]: http://flowtype.org/ |
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
1677
13
Updatedreact-tools@>=0.13.1