Skip to content

Commit

Permalink
[core] Fix umd build
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 6, 2019
1 parent 8d95627 commit 6f12753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/scripts/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const commonjsOptions = {
ignoreGlobal: true,
include: /node_modules/,
namedExports: {
'../../node_modules/react-is/index.js': ['isValidElementType'],
'../../node_modules/react-is/index.js': ['ForwardRef', 'isValidElementType'],
},
};

Expand Down

0 comments on commit 6f12753

Please sign in to comment.