File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Get your module up and running quickly.
4
4
Find and replace all on all files (CMD+SHIFT+F):
5
5
- Name: Nupolyon
6
6
- Package name: nupolyon
7
- - Description: Auto-Inject polyfill from polyfill.io
7
+ - Description: Auto-Inject polyfill from https://cdnjs.cloudflare.com/polyfill/
8
8
-->
9
9
10
10
# Nupolyon
@@ -13,7 +13,7 @@ Find and replace all on all files (CMD+SHIFT+F):
13
13
[ ![ npm downloads] [ npm-downloads-src ]] [ npm-downloads-href ]
14
14
[ ![ License] [ license-src ]] [ license-href ]
15
15
16
- > Auto-Inject polyfill from polyfill.io
16
+ > Auto-Inject polyfill from https://cdnjs.cloudflare.com/polyfill/
17
17
18
18
- [ ✨   ; Release Notes] ( /CHANGELOG.md )
19
19
<!-- - [📖 Documentation](https://example.com) -->
@@ -22,7 +22,7 @@ Find and replace all on all files (CMD+SHIFT+F):
22
22
23
23
<!-- Highlight some of the features your module provide here -->
24
24
- ✅   ; [ Automatic detection] [ polyfillist ] based on browserslist target
25
- - ✅   ; Using [ polyfill.io ] ( https://polyfill.io ) CDN, Custom CDN, or Self-Host
25
+ - ✅   ; Using [ cloudflare polyfill] ( https://cdnjs.cloudflare.com/polyfill/ ) CDN, Custom CDN, or Self-Host
26
26
27
27
See the detailed feature explanation here: [ #58 (comment)] ( https://github.com/adenvt/nupolyon/issues/58#issuecomment-1676713711 )
28
28
Original file line number Diff line number Diff line change 6
6
"url" : " git+https://github.com/adenvt/nupolyon.git"
7
7
},
8
8
"packageManager" :
" [email protected] " ,
9
- "description" : " Auto-Inject polyfill from polyfill.io " ,
9
+ "description" : " Auto-Inject polyfill" ,
10
10
"license" : " MIT" ,
11
11
"type" : " module" ,
12
12
"exports" : {
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default defineNuxtModule<ModuleOptions>({
24
24
} ,
25
25
// Default configuration options of the Nuxt module
26
26
defaults : {
27
- host : 'https://polyfill.io /v3/polyfill.min.js' ,
27
+ host : 'https://cdnjs.cloudflare.com/polyfill /v3/polyfill.min.js' ,
28
28
} ,
29
29
async setup ( options , nuxt ) {
30
30
const resolver = createResolver ( import . meta. url )
You can’t perform that action at this time.
0 commit comments