You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is only present when targetting ES2015 and in prod mode.
The text was updated successfully, but these errors were encountered:
jlowcs
changed the title
[8.2.x][ES2016][prod] custom decorators on inputs are ignored when used inside lib
[8.2.x][ES2015][prod] custom decorators on inputs are ignored when used inside lib
Aug 9, 2019
🐞 bug report
Affected Package
I'd assume @angular-devkit/[email protected]
Is this a regression?
Yes, the issue was not present in Angular 8.1.x or 8.0.x, or even previous majors.
Description
When running in prod mode, with a ES2015 target, any custom decorator that is used in a library used by the app will simply be ignored.
🔬 Minimal Reproduction
I made a small repository that reproduces the issue. You can follow the README.
Basically, what it does is:
=> the decorator is ignored
🌍 Your Environment
Angular Version:
Anything else relevant?
The issue is only present when targetting ES2015 and in prod mode.
The text was updated successfully, but these errors were encountered: