Angular-CLI v8 implemented differential loading. But I don\'t need files built by es5. I want to decrease deploy quantity.
I tried below. But CLI has generated es5 f
try changing the tsconfig.json target from es2015back down to es5, this disables differential loading.
tsconfig.json
es2015
es5