ConsenSysMesh / rimble-ui

React components that implement Rimble's Design System.
https://rimble.consensys.design/
MIT License
463 stars 67 forks source link

Add babel-only build step #434

Closed MikeLockz closed 4 years ago

MikeLockz commented 4 years ago

Add a babel-only build step that transpiles source files into browser-compatible JS while maintaining ES6 import/exports allowing tree shaking to function properly when rimble-ui is added as a dependency to a repo. Update the watch command to output both UMD and ES6 modules.

Fixes #411

netlify[bot] commented 4 years ago

Deploy preview for rimble-ui-storybook ready!

Built with commit 7941f7416951ee4f104c99e6e8781ed68bde8121

https://deploy-preview-434--rimble-ui-storybook.netlify.com

gesquinca commented 4 years ago

doesn't seem right to have both a yarn.lock file and a package-lock file