We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
We have a monopoly on all of these names on npm
Sorry, something went wrong.
👍 - also, we can still have the group of plugins exist as a preset if we want...
No branches or pull requests
This is getting pretty unwieldy. Should be broken up into the following:
Likely need to check if there are other options that each plugin needs.
The text was updated successfully, but these errors were encountered: