-
Notifications
You must be signed in to change notification settings - Fork 12k
build jit with --prod #4904
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
try |
it works , thanks for your help . |
Hi, I am reopening the issue because in my case it keeps complaining about lambda function.
And I receive this error: Thanks for the help! |
@sebelga I tried to run with --no-aot and it helps me at first run. When I run the same command again I got the error about |
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. |
OS
Versions.
@angular/cli: 1.0.0-beta.31
node: 6.9.5
os: win32 x64
@angular/common: 2.4.8
@angular/compiler: 2.4.8
@angular/core: 2.4.8
@angular/forms: 2.4.8
@angular/http: 2.4.8
@angular/platform-browser: 2.4.8
@angular/platform-browser-dynamic: 2.4.8
@angular/router: 3.4.8
@angular/flex-layout: 2.0.0-beta.5
@angular/cli: 1.0.0-beta.31
@angular/compiler-cli: 2.4.8
Message
I found
--aot defaults to true in --prod
at beta.28,so how can I build my web in --prod with JIT . I need compiler to do something in the runtime . there is no '--jit' flag I found to use.The text was updated successfully, but these errors were encountered: