Use workspaces in packages.json:
"workspaces": [
"./src/plugins/*"
],
That way when installing packages(yarn install) it will also install the packages from plugins.
Use workspaces in packages.json:
"workspaces": [
"./src/plugins/*"
],
That way when installing packages(yarn install) it will also install the packages from plugins.