Bypass framework limitation to configure babel options like getModuleId
.
This plugin injects a regexp to replace default module names.
{
"plugins": [
["babel-plugin-modules-regexp", {
regexp: '(foo)',
substr: 'test/$1'
}]
]
}
We're thankful to the community for contributing any improvements.
Do not forget to follow our eslint rules and make tests for the new functionalities/fixes.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details