react-app-alias
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "react-app-alias", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Alias for craco or rewire react app", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -183,3 +183,3 @@ const fs = require('fs') | ||
function defaultOptions(options) { | ||
function defaultOptions(options = {}) { | ||
const configPath = configFilePathSafe( | ||
@@ -186,0 +186,0 @@ options.tsconfig || options.jsconfig |
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
7737