It's my first application with Angular 2.
We run aot and rollup in order to generate a bundle. But we must always add polyfills (shim, reflect-metadata and zone.js) to the index.html with script
HTML element.
Is it possible to add this polyfills to the bundle?
Another question: How add external JS libraries to the bundle. Actually, like polyfills we must add them to the index.html