@analogjs/vite-plugin-angular
Advanced tools
Comparing version
{ | ||
"name": "@analogjs/vite-plugin-angular", | ||
"version": "1.19.2", | ||
"version": "1.19.3-beta.1", | ||
"description": "Vite Plugin for Angular", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -151,10 +151,3 @@ import { basename, dirname, isAbsolute, relative, resolve } from 'node:path'; | ||
if (!isVitestVscode) { | ||
const { host, writeOutputFile } = await performCompilation(resolvedConfig); | ||
/** | ||
* Perf: Output files on demand so the dev server | ||
* isn't blocked when emitting files. | ||
*/ | ||
if (!isTest) { | ||
outputFile = writeOutputFile; | ||
} | ||
const { host } = await performCompilation(resolvedConfig); | ||
initialCompilation = true; | ||
@@ -661,6 +654,10 @@ // Only store cache if in watch mode | ||
} | ||
if (isTest) { | ||
return { host }; | ||
if (!isTest) { | ||
/** | ||
* Perf: Output files on demand so the dev server | ||
* isn't blocked when emitting files. | ||
*/ | ||
outputFile = writeOutputFile; | ||
} | ||
return { host, writeOutputFile }; | ||
return { host }; | ||
} | ||
@@ -667,0 +664,0 @@ } |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
227006
-0.11%3062
-0.1%1
Infinity%