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

Externalize entrypoint for webpack bundle #24

Merged
merged 2 commits into from
Dec 7, 2022

Conversation

KetanReddy
Copy link
Member

Make the entry point for the bundle macro a parameter of the function to allow a file/directory be specified by the caller instead of set by the macro. This will give us the flexibility to specify alternative entry points (for example in the use of adding polyfills) to webpack bundles.

Release Notes

Webpack bundle macro now requires an entrypoint to be supplied.

@KetanReddy KetanReddy added the patch Increment the patch version when merged label Dec 7, 2022
@KetanReddy KetanReddy self-assigned this Dec 7, 2022
@KetanReddy KetanReddy merged commit fe768c0 into main Dec 7, 2022
@KetanReddy KetanReddy deleted the abstract-bundle-entrypoint branch December 7, 2022 23:58
@intuit-svc
Copy link

🚀 PR was released in v0.10.1 🚀

@intuit-svc intuit-svc added the released This issue/pull request has been released. label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants