Yoopta-Editor
Yoopta-Editor copied to clipboard
[NEED HELP] Need help to configure Lerna correctly using rollup/ts in dev mode
Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
Is your feature request related to a problem/unavailable functionality? Please describe.
So, Yoopta monorepo uses Lerna, Yarn workspaces and rollup for building Current structure:
- packages
- /core
- /editor - core package
- /plugins - plugins
- /marks - marks
- /development - here is development of yoopta packages. If you will check /development/package.json you will see that every package have " * " version
- /core
- web/next-example - here is all examples
So, problems:
- I want to move development from packages/development to web/next-example
- When we run "yarn dev" from the root of project it run compiling for all packages. It takes a lot of resources and development becomes impossible. That's why I use
--scope <packagename>every time instartscript
Proposed Solution
Need HELP
Screenshots
No response
Do you want to work on this issue?
No
If "yes" to the above, please explain how you would technically implement this (issue will not be assigned if this is skipped)
No response
Let's build it mate 👍 looking into this
I want to move development from packages/development to web/next-example
What prevents you from doing this now?
related to https://github.com/Darginec05/Yoopta-Editor/issues/244