-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: provide options to transform module path #25
feat: provide options to transform module path #25
Conversation
before generating import statements
Codecov Report
@@ Coverage Diff @@
## master #25 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 46 50 +4
Branches 4 5 +1
=========================================
+ Hits 46 50 +4
Continue to review full report at Codecov.
|
* fix tests warning about prettier
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! If you could just fix that one documentation thing then I think we should be good to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Solid. Thanks!
@all-contributors please add @chengjianhua for code, tests, and docs |
I've put up a pull request to add @chengjianhua! 🎉 |
🎉 This PR is included in version 3.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
before generating import statements
What:
Why:
To resolve the problem described in #24
How:
Provide an option in
babel-plugin-macros.config.js
to transform module path before generating import expressions.Checklist: