Files
NativeScript/packages/core-compat/inspector_modules.js
Nathan Walker 6ed1b7c89b chore: cleanup
2020-07-23 22:34:03 -07:00

8 lines
352 B
JavaScript

// The "inspector_modules" module is not public, but is refered in legacy versons of webpack.config
// So add the re-export manually
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("@nativescript/core/inspector_modules"));