Open GauBen opened 3 years ago
Thanks for reporting. --lazy
is still a bit early (hence the flag). We'll take a look!
Hi, I'm trying parcel on a very simple repo and I'm having big problems with parcel serve
. I tried to remove the --lazy
option but I still have issues of the wrong page served when loading another page, etc.
It's super annoying and makes me doubt the quality of parcel :(
🐛 bug report
Nested directories throw 404 error pages in lazy mode, and works well in non lazy mode.
🎛 Configuration (.babelrc, package.json, cli command)
package.json
🤔 Expected Behavior
The page should load
😯 Current Behavior
💁 Possible Solution
Current workaround: remove
--lazy
.💻 Code Sample
The repo/commit where I discovered this bug: https://github.com/GauBen/gauben.github.io/commit/39e2aa514d7097063744618c6fed8046f44478b3
Clone the repo and install dependencies
Here are two reproducible (I hope) failing tests:
yarn start
Ctrl+C
yarn start
Ctrl+C
If no one can reproduce the bugs, I'll try to setup a basic Cypress workflow
🌍 Your Environment