-
Notifications
You must be signed in to change notification settings - Fork 12k
Differential loading is not working with ng serve / ng build --watch command #14911
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
Since we want to speed up the development round trip time, it's intentional to not have differential loading on @alan-agius4 can comment about Is there any particular reason you need differential loading on |
Hi, yeah it is expected that |
Alerts I am in process of migrating angularjs project over to CLI. Our Frontend is served using Rails assets pipeline and Frontend has very tight coupling with Rails. Reason to use watch is so that I can still get reasonable updates when I change Angular code but at the same time don't have to modify my hand-written script tags in Rails |
Just to make sure I understand, you use this process for development, right? Why is differential loading crucial in the process? Why you can't use only the ES2015 output? |
Purely development.
On Thu, Jun 27, 2019 at 4:11 PM Minko Gechev ***@***.***> wrote:
Just to make sure I understand, you use this process for development,
right? Why is differential loading crucial in the process? Why you can't
use only the ES2015 output?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14911?email_source=notifications&email_token=AAET7V4WFB7VP3HHRS4MIOTP4VCIZA5CNFSM4H3VREHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYYTWLY#issuecomment-506542895>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAET7V2SLATIPZ4UUS3V3OTP4VCIZANCNFSM4H3VREHA>
.
--
Software Engineer | Mode | [email protected]
Front-End scripting
|
Hi @mgechev, the main reason at least for me is that we test locally ie11 via browserstack before we deploy. Is there a way to do this? I tried |
Thanks @mgechev. Yeah that's is what we've been doing. The only issue is that the dev cycle gets really slow this way as every single change needs the app to be built from scratch, so I end up wasting a lot of time (plus no sourcemaps, although I thing I totally understand your comment "we want to speed up the development round trip time", but the ironic part is that when we are testing ie11 (not all the time) then the dev cycle becomes painfully slow. I think it should of course not be the default with |
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. |
Differential loading is not working with ng serve/ng build --watch command. I am using angular 8.
The text was updated successfully, but these errors were encountered: