mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 22:01:42 +08:00
8 lines
352 B
JavaScript
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"));
|