前端代码
This commit is contained in:
14
node_modules/browser-sync/dist/cli/transforms/appendServerIndexOption.js
generated
vendored
Normal file
14
node_modules/browser-sync/dist/cli/transforms/appendServerIndexOption.js
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.appendServerIndexOption = void 0;
|
||||
function appendServerIndexOption(incoming) {
|
||||
if (!incoming.get("server"))
|
||||
return [incoming, []];
|
||||
const value = incoming.get("index");
|
||||
if (value) {
|
||||
return [incoming.setIn(["server", "index"], value), []];
|
||||
}
|
||||
return [incoming, []];
|
||||
}
|
||||
exports.appendServerIndexOption = appendServerIndexOption;
|
||||
//# sourceMappingURL=appendServerIndexOption.js.map
|
Reference in New Issue
Block a user