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.
This commit is contained in:
parent
251ce51f31
commit
eefd6ea3a2
|
|
@ -22,7 +22,6 @@
|
|||
* @typedef {{type: import('@angular/core').Type<unknown>} & import('./index').MountOptions | TemplateInfo} ComponentInfo
|
||||
*/
|
||||
|
||||
import '@angular/compiler';
|
||||
import 'zone.js';
|
||||
import {
|
||||
Component as defineComponent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue