-
-
Notifications
You must be signed in to change notification settings - Fork 755
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
Replace rollup by tsup as building tool #2627
Comments
/bounty $200 |
|
/attempt #2627 Options |
@zbeyens Right now yarn p:rollup fails because src/index.tsx doesn't exist. Can you help me there? |
This command should be run in a package (hence |
ah I see, my bad just realized that |
/attempt #2627 Options |
Note: The user @rishi-raj-jain is already attempting to complete issue #2627 and claim the bounty. If you attempt to complete the same issue, there is a chance that @rishi-raj-jain will complete the issue first, and be awarded the bounty. We recommend discussing with @rishi-raj-jain and potentially collaborating on the same solution versus creating an alternate solution. |
/attempt #2627 Options |
Note: The user @AFZL210 is already attempting to complete issue #2627 and claim the bounty. If you attempt to complete the same issue, there is a chance that @AFZL210 will complete the issue first, and be awarded the bounty. We recommend discussing with @AFZL210 and potentially collaborating on the same solution versus creating an alternate solution. |
💡 @shahriar-shojib submitted a pull request that claims the bounty. You can visit your org dashboard to reward. |
🎉🎈 @shahriar-shojib has been awarded $200! 🎈🎊 |
Description
The current project utilizes Rollup as the building tool, but we would like to replace it with Tsup for better performance and additional features. This issue aims to implement the necessary changes to switch from Rollup to Tsup seamlessly.
Expected Specifications:
p:build
scripts to use Tsup instead of Rollup.p:build:watch
script to use Tsup with the --watch
flag for automatic rebuilds on file changes.g:build:watch
to build and watch all packages concurrently (using turbo).www
when changes occur in any file in packages, using transpilePackages. Currently, with Rollup, a restart is necessary. Modify the configuration to support hot reloading seamlessly. This is the main goal of that issue.Concurrent attempts are accepted until the first PR lands.
Funding
The text was updated successfully, but these errors were encountered: