Skip to content

Commit

Permalink
fix: ignore app/extend/* when loader start
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 6, 2019
1 parent 9894049 commit 4db9e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/midway-web/config/config.default.js
Expand Up @@ -33,7 +33,8 @@ module.exports = (appInfo) => {
'**/public/**',
'**/view/**',
'**/views/**',
'**/config/**'
'**/config/**',
"**/app/extend/**"
]
};

Expand Down

0 comments on commit 4db9e9b

Please sign in to comment.