material-ui-table-edit icon indicating copy to clipboard operation
material-ui-table-edit copied to clipboard

Make it such that babel is not required?

Open benjaminhon opened this issue 7 years ago • 1 comments

I am not using JSX, however it seems like it still requires babel, could it be make such that it does not require it?

benjaminhon avatar Jun 29 '17 08:06 benjaminhon

Do you mean in this project or the downstream project? In this project we publish a dist.js file that is already compiled. We have to compile the jsx. We can probably tweak the babel presets though and drop some stuff, but that would be a major bump.

emkay avatar Jun 29 '17 16:06 emkay