Hi Im new to Parcel and trying to migrate an existing project from Webpack. I was able to quickly get things working until I realised that I get a module
not found error.
This error only shows up in parcel build
.
I noticed a circular import and fixed it.
My question, why didn't parcel serve
have an issue? I use that command to start the dev server and run my e2e tests. But in this case my e2e tests all passed. So now I feel like I can't rely on it.