Welcome! Please see the About page for a little more info on how this works.
https://unpkg.com/@material-ui/core@1.4.0/index.es.js https://unpkg.com/@material-ui/core@1.4.0/colors/index.js
import * as colors from './colors'; export { colors };
results in index.es.js requiring Closure module {{module$fullpath$material_ui$node_modules$$material_ui$core$colors}} but we currently only add provide entry ending in {{$index}}. I think we should emit provide entries both ending in index and one without.
Comment made by: deraen
I have a patch mostly ready but I need to update few test cases.