@expo/webpack-config
Version:
The default Webpack configuration used to build Expo apps targeting the web.
10 lines • 372 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./search"));
var normalizePaths_1 = require("./normalizePaths");
exports.normalizePaths = normalizePaths_1.default;
__export(require("./config"));
//# sourceMappingURL=index.js.map