@iblai/web-utils 1.1.5 → 1.1.6
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.esm.js +0 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -5
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1204,11 +1204,6 @@ const safeRequire = (moduleName) => {
|
|
|
1204
1204
|
if (typeof __non_webpack_require__ !== "undefined") {
|
|
1205
1205
|
return __non_webpack_require__(moduleName);
|
|
1206
1206
|
}
|
|
1207
|
-
// eslint-disable-next-line no-undef, @typescript-eslint/no-require-imports
|
|
1208
|
-
if (typeof require !== "undefined") {
|
|
1209
|
-
// eslint-disable-next-line no-undef, @typescript-eslint/no-require-imports
|
|
1210
|
-
return require(moduleName);
|
|
1211
|
-
}
|
|
1212
1207
|
}
|
|
1213
1208
|
catch (error) {
|
|
1214
1209
|
console.warn(`Failed to require ${moduleName}:`, error);
|