I know that webpack in angular responsible for the Compiling code as a Build Automation tool it gets all scripts and combines them into a bundle of fills to optimize the App.
I understand the difference also between JIT VS AOT so my question is? which contains which, is the webpack contains JIT, AOT, and IVy.
Also based on angular documentation JIT is the default but I read also from 9 to the latest version, they used IVY as view engine with AOT so which is the default.