ember-cli / ember-cli/babel-plugin-feature-flags

Read options.feature from a file.

Open
#20 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.