helfi92 / material-ui-treeview

A React tree view for material-ui.
MIT License
47 stars 21 forks source link

Compile to es5 by default #15

Closed helfi92 closed 6 years ago

helfi92 commented 6 years ago

/cc @Slessi.

helfi92 commented 6 years ago

This will be a breaking change. We no longer publish the es5 directory. All imports will be of the following form:

import MuiTreeView from 'material-ui-treeview';

// using require
const MuiTreeView = require('material-ui-treeview').default;
helfi92 commented 6 years ago

I will merge & publish tomorrow.

helfi92 commented 6 years ago

Published in v2.2.0.