Handle loading Sapper rollup config
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 11
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
That exports 3 configs
```
{
client,
server,
serviceWorker
}
```
Example https://github.com/andrewdc/cy-unit-test/blob/master/rollup.config.js
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by comparing the referenced rollup.config.js with the preprocessor's current configuration-loading entry point. Verify how a configuration exporting client, server, and serviceWorker is handled, and consider the work complete when that Sapper-style configuration loads correctly without breaking existing Cypress Rollup behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cypress, javascript, rollup
- Domain
- build-system, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100