EasyApp-RPI / EasyApp

EasyApp is a chrome extension that allows users to autofill job applications, draft application responses, navigate job listings, tweak user resumes to fit job description, and much more!
MIT License
10 stars 2 forks source link

[Enhancement Request] Cashing npm dependencies in webpack workflow #13

Open Tripplenut opened 1 year ago

Tripplenut commented 1 year ago

Describe the Enhancement

The webpack workflow is installing npm dependencies each time it runs. We can speed this process up by cashing the dependencies. This way we can store all of our dependencies and stop installing them on 3 separate version of node. We may also want to think about using 1 or 2 versions of node instead of 3. Maybe just 14 and the latest.

Describe the current behavior

The current webpack workflow installs our npm dependencies every time it runs.

Describe alternatives to your enhancement

No response

Screenshots

No response

Additional Context

No response