ember-cli / ember-cli/babel-plugin-feature-flags
Read options.feature from a file.
Open
- Dominant language
- JavaScript
- Stars
- 56
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Add option to read feature flags from a file. Plugin config should looks like this:
```js
["feature-flags", {
"import": {
"module": "config/features",
},
"features": "./app/config/features-env.js" // relative to cwd
}]
```
Similar idea is implemented in [https://github.com/FormidableLabs/babel-plugin-transform-define](url). If need, I can create PR.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.