Skip to content

Commit 32ea84b

Browse files
authoredFeb 7, 2018
Update paths.js
1 parent 6540ec5 commit 32ea84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-scripts/config/paths.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if (useTemplate) {
120120

121121
module.exports.srcPaths = [module.exports.appSrc];
122122

123-
const findPkgs = (rootPath, globPatterns = []) => {
123+
const findPkgs = (rootPath, globPatterns) => {
124124
const globOpts = {
125125
cwd: rootPath,
126126
strict: true,

0 commit comments

Comments
 (0)