I'm using npm as my frontend lib manager and right now, I can't just npm install material-ui and have the module available to me via require('material-ui') instantly. There will be some error like Error("Cannot find module \"./js/app-bar.jsx\""); e.code = 'MODULE_NOT_FOUND'; so maybe it's better if we can include compiled files readily in the repo.
I'm using npm as my frontend lib manager and right now, I can't just
npm install material-uiand have the module available to me viarequire('material-ui')instantly. There will be some error likeError("Cannot find module \"./js/app-bar.jsx\""); e.code = 'MODULE_NOT_FOUND';so maybe it's better if we can include compiled files readily in the repo.