Skip to content

Commit 1a5c975

Browse files
author
Tom Kirkpatrick
committed
fix: do not load recursivly
1 parent 0c9b0cd commit 1a5c975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ module.exports = (app, options) => {
3434
function customizeModel(dirname) {
3535
requireAll({
3636
dirname,
37+
recursive: false,
3738
resolve: code => {
3839
debug('Loading customization script %s', code)
3940
if (typeof code === 'function') {

0 commit comments

Comments
 (0)