From eefd6ea3a2d1434f62374697462d61c83c9144c2 Mon Sep 17 00:00:00 2001 From: Younes Jaaidi Date: Thu, 11 Apr 2024 16:06:56 +0200 Subject: [PATCH] chore(ct-angular): remove useless @angular/compiler Angular's esbuild plugin will automatically add it in jit mode anyway. Users who really want to use another plugin that requires it can still add it manually to their playwright/index.ts. --- packages/playwright-ct-angular/registerSource.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/playwright-ct-angular/registerSource.mjs b/packages/playwright-ct-angular/registerSource.mjs index f6884eebee..b18aab7e48 100644 --- a/packages/playwright-ct-angular/registerSource.mjs +++ b/packages/playwright-ct-angular/registerSource.mjs @@ -22,7 +22,6 @@ * @typedef {{type: import('@angular/core').Type} & import('./index').MountOptions | TemplateInfo} ComponentInfo */ -import '@angular/compiler'; import 'zone.js'; import { Component as defineComponent,