customize-cra
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "customize-cra", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,11 +17,11 @@ # customize-cra | ||
Add whatever plugin specified babel's plugins | ||
Adds a babel plugin. Not sure what else to say here. | ||
### addDecoratorsLegacy(config, env) | ||
Add decorators in legacy mode. | ||
Add decorators in legacy mode. Be sure to have `@babel/plugin-proposal-decorators` installed. | ||
### disableEsLint(config, env) | ||
Does what it says. You may need this along with `addDecoratorsLegacy` in order to get decorators and exports to parse together. Be sure to have `@babel/plugin-proposal-decorators` installed. | ||
Does what it says. You may need this along with `addDecoratorsLegacy` in order to get decorators and exports to parse together. | ||
@@ -28,0 +28,0 @@ ### addBundleVisualizer(config) |
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
2844