-
Notifications
You must be signed in to change notification settings - Fork 262
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
Add support for plugins #291
Conversation
readme.md
Outdated
} | ||
``` | ||
|
||
In order to resolve local plugins paths you can use NodeJS' [require.resolve](https://nodejs.org/api/globals.html#globals_require_resolve). |
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.
This might be inconvenient since you can't use JS on .babrlrc
. Tho it looks like .babelrc.js
will be supported on v7.
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.
yeah, or you can make a preset
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.
awesome 👍
please don't merge this, I want to add a small thing and write a sample plugin first. |
58af0de
to
4481858
Compare
Fixes #182
Details available at #182 This version only works at compile time - I don't think that we should implement any runtime support right now (or ever).