Polymer / pwa-starter-kit

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

[Feature Request] template that uses webpack #272

Closed goatandsheep closed 5 years ago

goatandsheep commented 5 years ago

Can we get a template that uses webpack? I'm really struggling to get some of the npm packages to work because they're not all written as es modules

Dabolus commented 5 years ago

Some months ago I started working on a Webpack version of this Starter Kit. Since I noticed that many people are actually looking for this, yesterday I decided to go on with it. It is still not completely perfect (for example, tests are still missing), but it's working and it already supports multi builds to be used with PRPL Server. If you're interested, check it out here.

goatandsheep commented 5 years ago

Awesome!! This is amazing!

lkraav commented 5 years ago

@goatandsheep you could also check out https://github.com/web-padawan/polymer3-webpack-starter this high quality work