-
Notifications
You must be signed in to change notification settings - Fork 12k
tsickle pass is not active during --dev builds #5670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We do not use tsickle. What we do is look if a decorator is from Do you have a project we can clone and look at? |
any brand new 1.0.0 + A4 project does this in my experience |
Does the |
@filipesilva I dont see it working. Is this supposed to be working?
|
Please see #6992 |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
ng g s simple
ng serve
orng build
Desired functionality.
the
main.js
should contain decorators lowered into static properties:currently it contains the reflect-metadata bloat which slows down build/browser load and allows apps to use functionality that won't be working on
--prod
mode:Mention any other details that might be useful.
Usually I enable the tsickle pass via
but that has no effect if entered into
src/app/tsconfig.app.json
The text was updated successfully, but these errors were encountered: