Banno / polymer-webpack-loader

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

Remove the leading `~` from paths #74

Closed ChadKillingsworth closed 6 years ago

ChadKillingsworth commented 6 years ago

When a link tag or script source path is encountered, remove any leading ~ characters and use the remaining path. This indicates that the path should be looked up using resolve and should not be relative or absolute.

codecov[bot] commented 6 years ago

Codecov Report

Merging #74 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
+ Coverage   96.99%   97.02%   +0.03%     
==========================================
  Files           2        2              
  Lines         266      269       +3     
  Branches       64       65       +1     
==========================================
+ Hits          258      261       +3     
  Misses          8        8
Impacted Files Coverage Δ
src/index.js 97.38% <100%> (+0.02%) :arrow_up:

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 0b6c1aa...e251deb. Read the comment docs.

ChadKillingsworth commented 6 years ago

Looks like our travis config is broken (the specific version of Node 4 is no longer supported).