kphrx/ZenzaWatch

UNPKG not stable #29

kphrx posted onGitHub

最近またunpkgが死んだりしてるので 1886, 1893 esm.run に移行させようと思う

Discussed in https://github.com/kphrx/ZenzaWatch/discussions/27

<div type='discussions-op-text'>

<sup>Originally posted by kphrx October 28, 2022</sup> UNPKGが死んでるのでjsDeliverのスクリプトを取得するように変更する方法を記述してます https://dic.nicovideo.jp/b/a/zenzawatch/1801-#1817

大百科の仕様なのか末尾の'39;になってるのでここにdiffおいとく

大百科のレスではcdn.jsdelivr.net/npmを指定してるけどMigrating from unpkg to jsDelivrで生成されるesm.runに置き換えてる

     Promise.all([//https://unpkg.com/lit@2.0.2/html.js?module
-      dimport('https://unpkg.com/lit@2.0.2/html.js?module'),
-      dimport('https://unpkg.com/lit@2.0.2/directives/repeat?module'),
-      dimport('https://unpkg.com/lit@2.0.2/directives/class-map?module')
+      dimport('https://esm.run/lit@2.0.2/html.js'),
+      dimport('https://esm.run/lit@2.0.2/directives/repeat'),
+      dimport('https://esm.run/lit@2.0.2/directives/class-map')
     ]).then(([lit, ...directives]) => {
       dll.lit = lit;
       dll.directives = Object.assign({}, ...directives);
       emitter.emitResolve('lit-html', dll.lit);
     });

UNPKGのステータスページを確認して生き返ってたらそのまま治ります https://www.unpkg.com/status/

ずっと治らないようなら 2.6.3-fix-playlist.25 でCDNの変更するつもりです</div>


Fund this Issue

$0.00
Funded

Pull requests