Templarian / MaterialDesign-React

Dist for Material Design Icons React Component for JS/TypeScript
https://materialdesignicons.com
MIT License
142 stars 20 forks source link

Switch Build to `tsc` Build #9

Open Templarian opened 6 years ago

Templarian commented 6 years ago

Seeing as we don't really have to support CommonJS, we might as well just provide ES6 transpiled code for react developers with a module: "" property.

I wonder if there is any reason to support CommonJS for a React library.