create-vite-extra
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -562,3 +562,7 @@ #!/usr/bin/env node | ||
function setupReactSwc(root, { isTs, isDeno }) { | ||
if (!isDeno) { | ||
if (isDeno) { | ||
editFile(path.resolve(root, 'deno.json'), (content) => { | ||
return content.replace(/deno run -A/g, 'deno run -A --unstable') | ||
}) | ||
} else { | ||
editFile(path.resolve(root, 'package.json'), (content) => { | ||
@@ -565,0 +569,0 @@ return content.replace( |
{ | ||
"name": "create-vite-extra", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
362226
373
5177