Skip to content
Verified Commit 03bb8a44 authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

fix: provide unique cache key

We should cache _per-project_ and use a unique key.

Using a simple key such as `node`:

- The cache will be shared across _all_ projects using the component
    - The cache will just slowly grow
    - It would be possible to use modules install by other projects
- Conflict with any other cache specified as `node`
parent ed081a7a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment