egoist/esbuild-service

Store cache by package name + actual version

Closed this issue · 0 comments

// TODO: the key should be actual package name + actual package version
// We need to send a request to npm registry to find out the version first
key := fmt.Sprintf("%s", options.Pkg)