fix(cache): do not attempt to emit non-emitable files (#15562)

This commit is contained in:
David Sherret 2022-08-23 10:30:14 -04:00 committed by GitHub
parent 86ef743c0f
commit 362af63c6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 34 additions and 9 deletions

View file

@ -0,0 +1,2 @@
import asdf from "./test.json" assert { type: "json" };
console.log(asdf);