BakeryJS icon indicating copy to clipboard operation
BakeryJS copied to clipboard

Support glob pattern for components directory

Open jnv opened this issue 6 years ago • 1 comments

Instead of specyfing componentsPath as e.g. ../components I could say:

['components/**/*.js', '!components/**/*.test.js']

to register all the components without their tests.

Use package such as fast-glob.

Bonus: Make it async.

jnv avatar Dec 17 '18 15:12 jnv