UNPKG

es-dev-server

Version:

Development server for modern web apps

18 lines 935 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createMiddlewares = void 0; const tslib_1 = require("tslib"); const create_middlewares_1 = require("./create-middlewares"); tslib_1.__exportStar(require("./create-server"), exports); tslib_1.__exportStar(require("./start-server"), exports); tslib_1.__exportStar(require("./command-line-args"), exports); tslib_1.__exportStar(require("./config"), exports); tslib_1.__exportStar(require("./constants"), exports); tslib_1.__exportStar(require("./Plugin"), exports); tslib_1.__exportStar(require("./utils/MessageChannel"), exports); // Backwards compatibility, the public API expects an array while we are exporting an object now function createMiddlewares(config, fileWatcher) { return create_middlewares_1.createMiddlewares(config, fileWatcher).middlewares; } exports.createMiddlewares = createMiddlewares; //# sourceMappingURL=es-dev-server.js.map