@expo/metro-config
Version:
A Metro config for running React Native projects with the Metro bundler
8 lines • 642 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.importExportPlugin = exports.importExportLiveBindingsPlugin = void 0;
var importExportLiveBindings_1 = require("./importExportLiveBindings");
Object.defineProperty(exports, "importExportLiveBindingsPlugin", { enumerable: true, get: function () { return importExportLiveBindings_1.importExportLiveBindingsPlugin; } });
var importExportStatic_1 = require("./importExportStatic");
Object.defineProperty(exports, "importExportPlugin", { enumerable: true, get: function () { return importExportStatic_1.importExportPlugin; } });
//# sourceMappingURL=index.js.map