@expo/webpack-config
Version:
The default Webpack configuration used to build Expo apps targeting the web.
23 lines • 1.11 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var withUnimodules_1 = require("./withUnimodules");
exports.withUnimodules = withUnimodules_1.default;
var withWorkbox_1 = require("./withWorkbox");
exports.withWorkbox = withWorkbox_1.default;
var withOptimizations_1 = require("./withOptimizations");
exports.withOptimizations = withOptimizations_1.default;
var withReporting_1 = require("./withReporting");
exports.withReporting = withReporting_1.default;
var withCompression_1 = require("./withCompression");
exports.withCompression = withCompression_1.default;
var withAlias_1 = require("./withAlias");
exports.withAlias = withAlias_1.default;
var withDevServer_1 = require("./withDevServer");
exports.withDevServer = withDevServer_1.default;
var withNodeMocks_1 = require("./withNodeMocks");
exports.withNodeMocks = withNodeMocks_1.default;
var withEntry_1 = require("./withEntry");
exports.withEntry = withEntry_1.default;
var withTypeScriptAsync_1 = require("./withTypeScriptAsync");
exports.withTypeScriptAsync = withTypeScriptAsync_1.default;
//# sourceMappingURL=index.js.map