Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Polymer 1.0 + Webpack

Currently I am trying to use Webpack (http://webpack.github.io/) as my module builder and wanted to see if anyone has done this yet with Polymer v1.0. There is a webpack loader called polymer-loader (https://www.npmjs.com/package/polymer-loader) but it does not work with anything higher than Polymer v0.5.

like image 690
pricecreations Avatar asked Jun 24 '15 13:06

pricecreations


1 Answers

Unfortunately, Polymer 1.0 is presently unsupported by polymer-loader due to an API change. It is possible that this may be repaired in the near future, but in the meantime you may have to resort to either a different package or builder. Hopefully a fix becomes available soon.

like image 64
Dodo Avatar answered Oct 21 '22 14:10

Dodo