Example of using manifest paths to include directory of modules. Example in response to Moddable SDK Issue 497.
Organize the files in a directory like this:
- treeimport
- app
- main.js
- manifest.json
- lib
- blue.js
- red.js
Then build:
cd treeimport/app
mcconfig -d -m
The output is:
red
blue