We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80c8a06 + 7c4140b commit 1cfc3adCopy full SHA for 1cfc3ad
packages/react-app-alias/src/index.js
@@ -180,7 +180,7 @@ function configPaths(configPath = '', confUndoc) {
180
return aliasMap
181
}
182
183
-function defaultOptions(options) {
+function defaultOptions(options = {}) {
184
const configPath = configFilePathSafe(
185
options.tsconfig || options.jsconfig
186
)
0 commit comments