Jurgis Bridžius

Results 3 comments of Jurgis Bridžius

It would be nice if the `@nrwl/*` executors consistently used the same context (Executor or Builder) for all tasks, rather than using `ExecutorContext` for most and `BuilderContext` for Angular tasks...

A possible workaround that worked for us is downgrading the TS compilation target from `ES2020` to `ES2019` in `tsconfig.app.json`. It seems to remove this issue temporarily.

@alan-agius4 - a related question. If tree-shaking/dead-code elimination is not done, does that mean that in theory it should be possible to `extract-i18n` statically without running the build? Asking this,...