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

arthurevans picture arthurevans  路  24Comments

theefer picture theefer  路  24Comments

Momoumar picture Momoumar  路  33Comments

davidmaxwaterman picture davidmaxwaterman  路  22Comments

dtruffaut picture dtruffaut  路  23Comments