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

chore: Move script compilation from @rollup/stream to plain rollup. #1618

Merged
merged 11 commits into from
Apr 18, 2024

Conversation

shirblc
Copy link
Contributor

@shirblc shirblc commented Apr 17, 2024

Description

We've been using rollup/stream for script compilation, but apparently rollup/stream doesn't yet support chunking or multiple entry files (see rollup/stream#13 and rollup/rollup#4137). If we want to enable chunking, we need to use rollup itself.

Issue link

--

Expected behavior

--

Your solution

Switched the script compilation tasks to use rollup instead of the rollup/stream wrapper. Still haven't done the chunking itself, but the initial results are already considerably better.

Additional information

--

Copy link

vercel bot commented Apr 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
send-hug-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 17, 2024 9:37pm

@github-actions github-actions bot added dependencies Pull requests that update a dependency file Docs Updates/issues with documentation labels Apr 17, 2024
Copy link

codecov bot commented Apr 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.03%. Comparing base (0bb431d) to head (a4ad890).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1618      +/-   ##
==========================================
- Coverage   87.37%   87.03%   -0.34%     
==========================================
  Files          44       44              
  Lines         895      895              
  Branches       96       96              
==========================================
- Hits          782      779       -3     
- Misses        103      107       +4     
+ Partials       10        9       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@shirblc shirblc merged commit ef149e0 into dev Apr 18, 2024
15 of 16 checks passed
@shirblc shirblc deleted the feature/convert_to_rollup branch April 18, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Docs Updates/issues with documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants