BBVAEngineering / ember-cli-polymer-bundler

Use Polymer in your ambitious Ember application! 💎
https://dunnkers.github.io/ember-polymer/
MIT License
1 stars 2 forks source link

Add lazyImport option to prevent downloading the bundle initially #14

Closed kcmr closed 5 years ago

kcmr commented 5 years ago

Allows to set the rel attribute of the bundle import tag to "lazy-import" (not understood by browsers) instead of "import" to prevent downloading the bundle.

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@6c470a4). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #14   +/-   ##
=========================================
  Coverage          ?   97.12%           
=========================================
  Files             ?        6           
  Lines             ?      139           
  Branches          ?        0           
=========================================
  Hits              ?      135           
  Misses            ?        4           
  Partials          ?        0
Impacted Files Coverage Δ
lib/config.js 100% <100%> (ø)
index.js 94.73% <100%> (ø)

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 6c470a4...a43d2fe. Read the comment docs.

adrigzr commented 5 years ago

:tada: This PR is included in version 0.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: