feat: initial angular support + clean up tests

This commit is contained in:
Igor Randjelovic
2020-11-25 17:44:00 +01:00
parent 015d337e2a
commit d9a93040fe
17 changed files with 651 additions and 48 deletions

1
packages/webpack5/src/globals.d.ts vendored Normal file
View File

@ -0,0 +1 @@
declare var __TEST__: boolean;