Tools: JavaScript module support

Created on 31 Oct 2017  路  5Comments  路  Source: Polymer/tools

We currently don't bundle JavaScript, only inline it. We'll need to support bundling script for modules.

bundler Critical Accepted Enhancement

Most helpful comment

FYI, we're using Rollup in the Bundler. The PRs are being reviewed now. We'll have documentation soon.

All 5 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rasto68 picture rasto68  路  4Comments

rictic picture rictic  路  3Comments

rwatts3 picture rwatts3  路  3Comments

ronnyroeller picture ronnyroeller  路  4Comments

justinfagnani picture justinfagnani  路  4Comments