ember-cli / ember-cli/babel-plugin-debug-macros
Break This Up Into 3 Plugins
Open
- Dominant language
- TypeScript
- Stars
- 13
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
This is getting pretty unwieldy. Should be broken up into the following:
```
['debug-macros', {
debug: boolean,
source: string,
externalizeHelpers: { module: true, global: string }
],
['feature-flags', { debug: boolean, flags: Object, source: string }]
['svelte', { flags: Object, debug: boolean, source: string }]
```
Likely need to check if there are other options that each plugin needs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.