customize-cra
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -10,2 +10,3 @@ function addBundleVisualizer(config) { | ||
); | ||
return config; | ||
} | ||
@@ -29,2 +30,3 @@ | ||
} | ||
return config; | ||
} | ||
@@ -34,2 +36,3 @@ | ||
addBabelPlugin(["@babel/plugin-proposal-decorators", { legacy: true }], config, env); | ||
return config; | ||
} | ||
@@ -42,2 +45,3 @@ | ||
}); | ||
return config; | ||
} | ||
@@ -53,2 +57,3 @@ | ||
Object.assign(config.resolve.alias, alias); | ||
return config; | ||
} | ||
@@ -55,0 +60,0 @@ |
{ | ||
"name": "customize-cra", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
3571
55