Open shah-smit opened 7 years ago
+1, and same thing with "ng build -aot"
Can you try ng build -prod --aot=false
and because its working for me.
Hi guys. Haven't looked at this repo for a while.
AOT won't work because this library has to be compiled with ngc
and published with .metadata.json
files. Will do this ASAP (in a few days).
Thanks @miltador Appreciate itπ
@shah-smit , Yup, it worked, thanks. @miltador thanks
@bmarechal Happy to help. @miltador Any update?
@miltador Need this with AOT compilation as well! Thanks for your work!
Any updates on this please?
Yes please, need this :-)
@miltador any update for coming? Thanks.
@miltador I'd really appreciate any update if it is coming or not. Thanks a lot!
Hi! I will look into it this weekend, bare with me!
+1
+1
Any update on this ?
+1
Are there any work arounds for this? As of Angular 6 the --aot=false
no longer works:
The `--build-optimizer` option cannot be used without `--aot`.Error: The `--build-optimizer` option cannot be used without `--aot`.
Thanks
@Cris87 Nein, still on the same state. Thinking about switching here... @miltador any update ?
@Cris87 I had to set the --build-optimizer and the --aot to false to make it work.
@bmarechal I'm a bit worried too, it's close to a year after the issue was originally reported but it would be a shame because it was really easy to set up and use @PierreRoudaut thank you so much π
I am trying to run `ng build -prod``` and it is throwing below error.
Any lead will be helpful.