Skip to content

Using Parcel as a dev server #16977

Jun 17, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hey!

We actually have support for Vite (+ rollup) and I'd love to get support for Parcel.

Can you send me a repository with your normal development flow? I don't know how folks usually develop Parcel apps.

For component testing, we just need some sort of a dev server. Even something like a static express server would work just fine.

Essentially, Cypress treats each spec as a standalone "page", so we need to have a harness that respects that contract and correctly returns a "compiled" file where your spec is essentially a main.js file.

In Webpack, that's particularly difficult because we need to support a lot of Webpack's proprietary bundling features... However, but for different bundlers…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JessicaSachs
Comment options

@maxMidius
Comment options

Answer selected by mscoobby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants