Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Update Parcel to v2 #9

Open
DaVince opened this issue May 26, 2021 · 0 comments
Open

Update Parcel to v2 #9

DaVince opened this issue May 26, 2021 · 0 comments
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed

Comments

@DaVince
Copy link
Owner

DaVince commented May 26, 2021

The current version of Parcel is based on 1.x and does not seem to be maintained any longer. This is now leading to some higher severity security issues by using it.

I'd like to switch to v2 but the biggest roadblock in moving right now is the fact that I do not know how to bundle assets without having to refer to them in a ts file. The current version manages this by using a plugin that simply copies over the entire assets directory as-is. If someone has experience dealing with this kind of asset management and knows how to do it in Parcel 2, the help would be appreciated!

On another note, I use esbuild myself these days for the incredibly fast build time, but there too I am currently dealing with copying the assets over manually. Unfortunately copying them over manually does not seem to be a functional option for Parcel 2.

@DaVince DaVince added dependencies Pull requests that update a dependency file help wanted Extra attention is needed labels May 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant