Skip to content

Commit

Permalink
howd this slip through
Browse files Browse the repository at this point in the history
  • Loading branch information
heyimalex committed May 2, 2024
1 parent 1450b49 commit d750423
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/lib/core-server/src/utils/watch-story-specifiers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export function watchStorySpecifiers(
) {
// Watch all nested files and directories up front to avoid this issue:
// https://github.com/webpack/watchpack/issues/222
const absDirs = specifiers.map((ns) => path.resolve(options.workingDir, ns.directory));
const { files, directories } = getNestedFilesAndDirectories(
specifiers.map((ns) => path.resolve(options.workingDir, ns.directory))
);
Expand Down

0 comments on commit d750423

Please sign in to comment.