-
Notifications
You must be signed in to change notification settings - Fork 361
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
Support rollup extend #709
Comments
It's been proposed, but I think the only way we'd be able to do this would be to allow dot-notation in the |
Couldn't you support |
Using a prefixed name like `{ "amdName": "global.foo" }` will trigger Rollup's `output.extend` option. This addresses the use-case from #709 without adding another CLI flag.
* Support global extend via amdName Using a prefixed name like `{ "amdName": "global.foo" }` will trigger Rollup's `output.extend` option. This addresses the use-case from #709 without adding another CLI flag. * Create chilled-paws-confess.md * Update chilled-paws-confess.md
Will be published in next release. Hopefully in a day or 2 :) Thank you for letting us know! |
Rollup supports extending names with
--extend
as documented in https://rollupjs.org/guide/en/#outputextend. It would be great if microbundle also supported this option.The text was updated successfully, but these errors were encountered: