Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(umd): now correctly use production string for UMD bundles
At the time of fixing this... ```sh yarn dev-utils libsize The gizipped UMD bundle sizes are: - dist/umd/react-md.production.min.js 82.51 KB (- 1.63 KB) - dist/umd/react-md-with-font-icons.production.min.js 106.63 KB (- 1.53 KB) - dist/umd/react-md-with-svg-icons.production.min.js 172.64 KB (- 1.59 KB) ```
- Loading branch information
a9b78ad
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A side effect of this is that the development UMD bundle won't log
PropType
warnings, but I think the UMD usage is pretty much non-existant anyways... I could fix it by using multiple rollup configs, but I'll wait until a bug is actually reported about this.