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`
Loading
Please register or sign in to comment