File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export default class InfoApp implements App, Servable {
179179 tag : pkg . version
180180 } ,
181181 js : this . support . externals . js . concat ( [
182- '//cdnjs.cloudflare. com/ajax/libs/ webcomponentsjs/ 2.0.2 /webcomponents-bundle .js' ,
182+ '//unpkg. com/@webcomponents/ webcomponentsjs@ 2.0.0 /webcomponents-loader .js' ,
183183 '//cdn.jsdelivr.net/sockjs/1/sockjs.min.js' ,
184184 `/${ InfoApp . BUNDLE } `
185185 ] ) ,
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ export default class ItemApp implements App, Servable {
129129 session : this . session . array
130130 } ,
131131 js : this . support . externals . js . concat ( [
132- '//cdnjs.cloudflare. com/ajax/libs/ webcomponentsjs/ 2.0.2 /webcomponents-bundle .js' ,
132+ '//unpkg. com/@webcomponents/ webcomponentsjs@ 2.0.0 /webcomponents-loader .js' ,
133133 '//cdn.jsdelivr.net/sockjs/1/sockjs.min.js' ,
134134 `/${ ItemApp . BUNDLE } `
135135 ] )
You can’t perform that action at this time.
0 commit comments