@lwc/engine-core 7.2.2 → 7.2.3-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1452,7 +1452,7 @@ async function fetchStylesheet(elm) {
|
|
|
1452
1452
|
try {
|
|
1453
1453
|
return await (await fetch(href)).text();
|
|
1454
1454
|
}
|
|
1455
|
-
catch (
|
|
1455
|
+
catch (_err) {
|
|
1456
1456
|
logWarnOnce(`Ignoring cross-origin stylesheet in migrate mode: ${href}`);
|
|
1457
1457
|
// ignore errors with cross-origin stylesheets - nothing we can do for those
|
|
1458
1458
|
return '';
|