customize-cra
Advanced tools
Comparing version 0.1.0-beta2 to 0.1.0-beta3
@@ -35,6 +35,3 @@ const curry = require("lodash.curry"); | ||
const addDecoratorsLegacy = () => config => { | ||
addBabelPlugin(["@babel/plugin-proposal-decorators", { legacy: true }], config); | ||
return config; | ||
}; | ||
const addDecoratorsLegacy = () => config => addBabelPlugin(["@babel/plugin-proposal-decorators", { legacy: true }])(config); | ||
@@ -41,0 +38,0 @@ const disableEsLint = () => config => { |
{ | ||
"name": "customize-cra", | ||
"version": "0.1.0-beta2", | ||
"version": "0.1.0-beta3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.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
4316
74