In my case polymer app or custom element should be deployed to Springs MVC jsp page.
I've expected bundled build will produce a couple of files that should be included in production similar as it is done in case of Angular 2+. But, Polymer put bundled code to script
tags in index.html
file.
How should that "output" be deployed to existing non page in production?