The module can be outside the core and open source.
Examples:
The API may look like (or something similar):
var config = require('wallaby-enhanced-config')
// will load babelrc, add webpack postprocessor, etc.
module.exports = wallaby => config.babel().webpack({...})({
files: [...],
tests: [...]
});
The module can be outside the core and open source.
Examples:
.babelrc(see Add support for .babelrc #208),The API may look like (or something similar):