-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add a core.umd.js bundle to published package #3534
Comments
That's fine I'll keep rebasing off your branch until it gets merged! |
@devversion meaning point my app's build to |
@mikehaas763 Yeah just using Make sure you have a bundler, like Webpack 2, that automatically removes the unused chunk of code. |
Yeah and I've done that before but it always had weird issues when pointing my apps build at something in node_modules. You gotta pretty much set up a completely separate config that ignores any linting etc. would just be nice to consumers to have a core bundle already built |
The package structure has changed. Currently we only ship a bundle of the full Material library. We have plans on shipping the different components bundled as well. This would then include a |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I'm willing to put the PR together for this. I would like to rely on Overlay and Portal. So it'd be nice to import just a material core.umd.js and avoid the other Material components.
Will the PR be considered/accepted if I take time putting it together?
The text was updated successfully, but these errors were encountered: