Skip to content
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

Break This Up Into 3 Plugins #32

Open
chadhietala opened this issue Apr 12, 2017 · 2 comments
Open

Break This Up Into 3 Plugins #32

chadhietala opened this issue Apr 12, 2017 · 2 comments

Comments

@chadhietala
Copy link
Member

chadhietala commented Apr 12, 2017

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.

@chadhietala
Copy link
Member Author

We have a monopoly on all of these names on npm

@rwjblue
Copy link
Member

rwjblue commented Apr 12, 2017

👍 - also, we can still have the group of plugins exist as a preset if we want...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants