web-component-wrapper 0.0.490 → 0.0.491
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/polyfill.html.ejs +1 -1
package/package.json
CHANGED
package/polyfill.html.ejs
CHANGED
@@ -56,7 +56,7 @@
|
|
56
56
|
typeof additionalFeatures === 'undefined' ? [] : additionalFeatures
|
57
57
|
))
|
58
58
|
_%>
|
59
|
-
<script src="https://
|
59
|
+
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?version=4.8.0&features=<%- encodeURIComponent(Array.from(features).sort().join(',')) %>"></script>
|
60
60
|
<script>
|
61
61
|
/*
|
62
62
|
Only provide the shadow dom polyfill and avoid to patch a lot
|