7 ms·
Differential serving can easily be done using babel and webpack. Been doing it for awhile now.
by marshallant 7y ago
Differential serving can easily be done using babel and webpack. Been doing it for awhile now.
- vfc1 7y agoYes, it was possible with Angular also before, just like with other frameworks, but now this is built-in the Angular CLI build pipeline. This means that this is now mostly transparent to developers, and taken care for us by the build pipeline without having, for example, to configure webpack and Typescript manually ourselves.
- turadg 7y agoHow simple is it to implement? I’ve been considering this but figured the complexity may not be worth it. How many different builds do you emit? Do you run into any frustrations with your user error logging tools having different stack traces?