Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Package building refactor #23

Closed
wants to merge 5 commits into from
Closed

Conversation

Zyian
Copy link

@Zyian Zyian commented Dec 21, 2022

This all started that the current build system doesn't mesh well with a development environment. It works great if you were to use it in pure browser import code like through unpkg, this causes very confusing red herring errors and using React dev tools almost impossible.

Instead of using a general build script that builds the entire mono-repo, this instead uses individual rollup.config.js files that you can execute at the root to build everything, and individual configs for just building that sub-package (for quicker feedback when developing just one part)

@Zyian Zyian closed this Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant