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
@achingbrain When publishing these packages to npm, etc., would you consider publishing built / transpiled JavaScript using a tool like rollup? Otherwise it makes it hard to use these libs in a project with a different Babel config.
This would mean adding a build script for each child package so that they're all run with the lerna command from the root dir.
Thanks!
The text was updated successfully, but these errors were encountered:
Or alternatively, add the argument to the README for why a client using this lib might want to do the transpiling for their own target envs, plus instructions on how best to do that.
Cool project!
@achingbrain When publishing these packages to npm, etc., would you consider publishing built / transpiled JavaScript using a tool like rollup? Otherwise it makes it hard to use these libs in a project with a different Babel config.
This would mean adding a build script for each child package so that they're all run with the lerna command from the root dir.
Thanks!
The text was updated successfully, but these errors were encountered: