Running in the browser #4738
-
I believe one of the goals for 2.0 was to be able to run Parcel in the browser. I'm struggling to find any information on this though. Can anyone help? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
There is a repl branch that has Parcel 2 running in the browser. We're gonna finish this up and make a real repl at some point, but for now it's a great reference to see how it works. |
Beta Was this translation helpful? Give feedback.
-
I'm wanting to have a play with this in my personal project (https://looop.dev), but am struggling to install the dependencies. I guess at the moment I need to install the entire mono repo?
I'm getting |
Beta Was this translation helpful? Give feedback.
-
I'm trying to get the repl-v2-ide or repl-v2 branches to run locally and I keep coming across this error when following the steps above.
node: v14.15.4 Appreciate anyones help if they were able to resolve a similar issue! |
Beta Was this translation helpful? Give feedback.
There is a repl branch that has Parcel 2 running in the browser. We're gonna finish this up and make a real repl at some point, but for now it's a great reference to see how it works.
https://github.com/parcel-bundler/parcel/tree/repl-v2