@analogjs/vite-plugin-angular
Advanced tools
Comparing version 1.10.2-beta.10 to 1.10.2-beta.11
{ | ||
"name": "@analogjs/vite-plugin-angular", | ||
"version": "1.10.2-beta.10", | ||
"version": "1.10.2-beta.11", | ||
"description": "Vite Plugin for Angular", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -77,2 +77,5 @@ import { transformWithEsbuild } from 'vite'; | ||
async transform(code, id) { | ||
if (!/\.ts/.test(id)) { | ||
return; | ||
} | ||
const [, query] = id.split('?'); | ||
@@ -79,0 +82,0 @@ if (query && query.includes('inline')) { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
166890
2278