Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Different Webpack Build and Polymer Build on Branch Webpack ? #355

Closed ridhoassuryadi closed 5 years ago

ridhoassuryadi commented 5 years ago

Can you describe what the different about polymer build and webpack build ? , is it same, so why just not on webpack build , because i think the concern is webpack on that branch.

keanulee commented 5 years ago

We use polymer build by default in pwa-starter-kit because it supports multiple builds for different browser capabilities out-of-the-box, and thus it is the recommended approach. However, polymer build doesn't support certain packages that don't distribute as ES modules, so some users have asked for how to use alternative build tools - we maintain the separate webpack branch to show how to do this.

Ref #272