You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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.The text was updated successfully, but these errors were encountered: