You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was not able to reproduce the behaviour and the error indicates some problem in index.html as opposed to folder structure. Do you mind sharing the contents of index.html?
🐛 bug report
When the entry file is inside a dot folder, I get the following error in my browser:
It seems like the server might be serving the HTML as JS for some reason (instead of serving the real JS file).
🎛 Configuration (.babelrc, package.json, cli command)
No Babel config, Parcel is the only dependency, command:
🤔 Expected Behavior
It should not error out.
😯 Current Behavior
Errors out in the browser:
💁 Possible Solution
Maybe something is wrong with the way the server parses the paths? I am not sure about Parcel internals.
🔦 Context
I want to have my entry point file inside a dot folder (i.e.
.myFolder
). That's all.💻 Code Sample
Reproduction repo here: https://github.com/adrianmcli/repro-parcel-dot-folder
🌍 Your Environment
The text was updated successfully, but these errors were encountered: