clarify that passPerPreset is experimental

This commit is contained in:
Henry Zhu
2016-02-08 10:39:30 -05:00
parent 7507f5ffb5
commit 851ed6e6a5

View File

@@ -25,7 +25,10 @@ See [CHANGELOG - 6to5](CHANGELOG-6to5.md) for the pre-4.0.0 version changelog.
Happy Superbowl Sunday! There's many contributors (17 + core) this release!
### A traversal per preset
### A traversal per preset (Experimental)
> This is an experimental feature that will most likely change.
> Depending on usage/feedback, we will switch the way this is used to instead define a explicit preset-level config flag (rather than the global one below). This will give more control over how you want to use this option.
[@DmitrySoshnikov](https://github.com/DmitrySoshnikov) added a new option you can put in your `.babelrc`!
@@ -49,8 +52,6 @@ Happy Superbowl Sunday! There's many contributors (17 + core) this release!
This allows users to have a specific order to how presets/plugins are applied and can help avoid potential collisions between plugins (and probably some known issues).
Depending on usage, we will switch the way this is used to instead define a explicit preset-level config flag (rather than the current global one).
---
### More Speeeeeeed