chore: bump deps & remove forkts from angular

This commit is contained in:
Igor Randjelovic
2021-03-01 23:14:40 +01:00
parent de2297c7a9
commit 014f71b878
3 changed files with 24 additions and 21 deletions

View File

@ -14,6 +14,9 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
// remove default ts rule
config.module.rules.delete('ts');
// remove fork ts checked as not needed
config.plugins.delete('ForkTsCheckerWebpackPlugin');
config.module
.rule('angular')
.test(/(?:\.ngfactory.js|\.ngstyle\.js|\.ts)$/)