Banno / polymer-webpack-loader

WebPack Loader for Polymer Web Components
MIT License
192 stars 48 forks source link

Support for Polymer 3 #96

Closed ChadKillingsworth closed 4 years ago

ChadKillingsworth commented 4 years ago

Add initial support for Polymer 3 components.

Recognize tagged template literals that indicate Polymer templates in JS and run them through the HTML Loader.

Still to complete: Source Map support and CSS urls.

codecov[bot] commented 4 years ago

Codecov Report

Merging #96 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #96   +/-   ##
=======================================
  Coverage   97.61%   97.61%           
=======================================
  Files           1        1           
  Lines         293      293           
  Branches       66       66           
=======================================
  Hits          286      286           
  Misses          7        7

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7a09614...1745f54. Read the comment docs.

ChadKillingsworth commented 4 years ago

Css support now added. Tests and readme are updated.

ChadKillingsworth commented 4 years ago

Source map support now added