Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Bypass framework limitation to configure babel options like `getModuleId` and `resolveModuleSource`.

License

Notifications You must be signed in to change notification settings

BBVAEngineering/babel-plugin-modules-regexp

Repository files navigation

DEPRECATED

babel-plugin-modules-regexp

Build Status GitHub version NPM version Dependency Status codecov Greenkeeper badge

Information

NPM

Motivation

Bypass framework limitation to configure babel options like getModuleId.

This plugin injects a regexp to replace default module names.

Usage

{
  "plugins": [
    ["babel-plugin-modules-regexp", {
      regexp: '(foo)',
      substr: 'test/$1'
    }]
  ]
}

Contributing

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.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Bypass framework limitation to configure babel options like `getModuleId` and `resolveModuleSource`.

Resources

License

Stars

Watchers

Forks

Packages

No packages published