ErikDakoda / vulcan-material-ui

Replacement for Vulcan components using Material-UI.
28 stars 13 forks source link

reduce bundle size #12

Closed Apollinaire closed 6 years ago

Apollinaire commented 6 years ago

mdi-material-ui struggles to support tree-shaking, so imports have to be import IconName from 'mdi-material-ui/IconName and not import {IconName} from 'mdi-material-ui'