We have an Angular CLI application and we use CDN scripts bundles. We we copy these bundles from the bundles folder within the npm package (e.g. node_modules/@angular/core/bundles/core.umd.js). We would like to use Ivy. How can we Ivy-enable those bundles in a custom fashion? Can we run a command or script on these scripts.
Is it possible to run ngcc on a single js file to generate a new js file?