### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report -> please search issues before submitting - [ ] feature request ``` ### Area ``` - [x] devkit - [ ] schematics ``` ### Versions build-optimizer@0.28 ### Repro steps set `importHelpers: true` in tsconfig of an app then build with build optimizer ### Desired functionality Decorators should be stripped. ### Mention any other details that might be useful This is a follow up on #210 which implements this functionality for global `__decorate` calls.
Bug Report or Feature Request (mark with an
x)Area
Versions
build-optimizer@0.28
Repro steps
set
importHelpers: truein tsconfig of an app then build with build optimizerDesired functionality
Decorators should be stripped.
Mention any other details that might be useful
This is a follow up on #210 which implements this functionality for global
__decoratecalls.