Closed feliun closed 7 years ago
require-all does not play well with non-capturing groups regex in their latest version, which makes systemic not to work with it.
I've created this PR for require-all: https://github.com/felixge/node-require-all/pull/43
Regardless of whether it's accepted or not, this would fix the issue.
Thanks
require-all does not play well with non-capturing groups regex in their latest version, which makes systemic not to work with it.
I've created this PR for require-all: https://github.com/felixge/node-require-all/pull/43
Regardless of whether it's accepted or not, this would fix the issue.