We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c5194 commit 6e05f7cCopy full SHA for 6e05f7c
tools/build-helpers.js
@@ -34,7 +34,7 @@ export async function vendorDeno({
34
if (initEmptyDenoJson) {
35
const denoJsonPath = join(cwd, 'deno.json')
36
console.log(`🧹 Generating clean '${denoJsonPath}`)
37
- await writeFile(denoJsonPath, '{}')
+ await writeFile(denoJsonPath, '{ "vendor": true }')
38
}
39
40
console.log(`📦 Vendoring Deno modules for '${vendorSource}' into '${vendorDest}'...`)
0 commit comments