Skip to content

Commit

Permalink
fix: load ignore node_modules (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 authored Nov 12, 2020
1 parent c0707b3 commit ad13f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/context/midwayContainer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const DEFAULT_IGNORE_PATTERN = [
'**/view/**',
'**/views/**',
'**/app/extend/**',
'**/node_modules/**/'
];

const globalDebugLogger = util.debuglog('midway:container');
Expand Down

0 comments on commit ad13f13

Please sign in to comment.