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
Very much like the folks working on PouchDB, neither lerna nor yarn workspaces actually suit my needs. The specific reasons for me include unmanageable build times (hours versus minutes), problems in creating distribution tarballs that include all bundledDependencies, and incompatibilities with some automation and tooling.
Not that I don't use lerna on some projects, just that I'm working with some where it's not the right tool.
The following does not work:
Prettier addresses this by having a
--with-node-modules
option, which changes the default filter.This is fixed by #20
The text was updated successfully, but these errors were encountered: