We currently don't bundle JavaScript, only inline it. We'll need to support bundling script for modules.
I believe a lot of the Angular community was using Rollup, but standardized on Webpack as implemented in the Angular CLI.
Examples of bundling polymer 3 with webpack:
Is there any documentation available for bundling a Polymer 3 app for Firefox/Edge?
@craftyc0der I work on a project that currently uses Webpack bundle Polymer 3. Not much for documentation but it's an example. Unfortunately it's also not the cleanest example as we are Webpack n00bs.
FYI, we're using Rollup in the Bundler. The PRs are being reviewed now. We'll have documentation soon.
This is in master now.
Most helpful comment
FYI, we're using Rollup in the Bundler. The PRs are being reviewed now. We'll have documentation soon.