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.
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 thewatch
command to output both UMD and ES6 modules.Fixes #411