-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parcel 1.9.5 and above doesn't work in Glitch.com #2034
Comments
The issue persists in Parcel 1.10.1 |
Not sure how to debug this, might be an issue with glitch Sent with GitHawk |
It's working for me: {
"scripts": {
"start": "parcel src/index.html --port $PORT"
},
"dependencies": {
"parcel-bundler": "^1.10.3"
}
} |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. |
In case someone else wants to use Parcel on glitch: You need something like
in your This will then cause you to hit this Parcel bug: parcel-bundler/website#1008 The workaround is in that Parcel ticket. |
🎛 Configuration (.babelrc, package.json, cli command)
package.json
🤔 Expected Behavior
Parcel works.
😯 Current Behavior
Parcel doesn't work from version 1.9.5. If you try to change something it doesn't update.
💻 Code Sample
Video: https://www.useloom.com/share/bb04124d10bf47b3a7c0c977b416546a
Parcel 1.9.4 on Glitch: https://glitch.com/edit/#!/parcel1-9-4
Parcel 1.9.7 on Glitch: https://glitch.com/edit/#!/parcel1-9-7
🌍 Your Environment
The text was updated successfully, but these errors were encountered: