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
Sadly, I have a small issue: I can't use this lib inside a Yarn workspace because it get the wrong package.json.
Say I have the following tree:
package.json
packages/
mylib/
package.json
If I run agadoo on for mylib like:
cd packages/mylib
yarn add -D agadoo
./node_module/.bin/agadoo
If get the following error message:
'PWD/packages/mylib' is imported by virtual:__agadoo__, but could not be resolved – treating it as an external dependency
import './';
Failed to tree-shake
The text was updated successfully, but these errors were encountered:
Hi. This package idea is excellent!
Sadly, I have a small issue: I can't use this lib inside a Yarn workspace because it get the wrong
package.json
.Say I have the following tree:
If I run agadoo on for mylib like:
cd packages/mylib yarn add -D agadoo ./node_module/.bin/agadoo
If get the following error message:
The text was updated successfully, but these errors were encountered: