@lwc/engine-core 7.2.2 → 7.2.3
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -1456,7 +1456,7 @@ async function fetchStylesheet(elm) {
|
|
|
1456
1456
|
try {
|
|
1457
1457
|
return await (await fetch(href)).text();
|
|
1458
1458
|
}
|
|
1459
|
-
catch (
|
|
1459
|
+
catch (_err) {
|
|
1460
1460
|
logWarnOnce(`Ignoring cross-origin stylesheet in migrate mode: ${href}`);
|
|
1461
1461
|
// ignore errors with cross-origin stylesheets - nothing we can do for those
|
|
1462
1462
|
return '';
|
|
@@ -8123,5 +8123,5 @@ exports.swapTemplate = swapTemplate;
|
|
|
8123
8123
|
exports.track = track;
|
|
8124
8124
|
exports.unwrap = unwrap;
|
|
8125
8125
|
exports.wire = wire;
|
|
8126
|
-
/** version: 7.2.
|
|
8126
|
+
/** version: 7.2.3 */
|
|
8127
8127
|
//# sourceMappingURL=index.cjs.js.map
|