We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c508a8 commit 1f5c69dCopy full SHA for 1f5c69d
config/paths.js
@@ -140,9 +140,6 @@ const getMonorepoPkgPaths = () => {
140
if (monoPkgPath) {
141
// get monorepo config from yarn workspace
142
const pkgPatterns = require(monoPkgPath).workspaces;
143
- if (pkgPatterns == null) {
144
- return [];
145
- }
146
const pkgPaths = findPkgs(path.dirname(monoPkgPath), pkgPatterns);
147
// only include monorepo pkgs if app itself is included in monorepo
148
if (pkgPaths.indexOf(appDirectory) !== -1) {
0 commit comments