mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-13 22:15:25 +00:00
update
This commit is contained in:
13
node_modules/browser-sync/dist/cli/transforms/appendServerIndexOption.js
generated
vendored
Normal file
13
node_modules/browser-sync/dist/cli/transforms/appendServerIndexOption.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function appendServerIndexOption(incoming) {
|
||||
if (!incoming.get('server'))
|
||||
return [incoming, []];
|
||||
var 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