I really like working with the polymer cli with Lit-Element, and now I need to deploy my application and looking for a easy way to change my local url like ./src/main.js to be placed on a cdn and therefore the entrypoint in the html also needs to point to the CDN.
Is there a workflow on how to do that? The easy solution is just to have to entrypoints, but then you can accidentally have the two entrypoints be very different and you have to manually cp in the production entrypoint.