UNPKG

@luban-cli/cli-plugin-service

Version:
35 lines 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultRootOptions = exports.builtinServiceCommandNameList = exports.builtInConfigPluginsRelativePath = exports.builtInCommandPluginsRelativePath = exports.defaultPackageFields = void 0; exports.defaultPackageFields = { name: "", version: "", }; exports.builtInCommandPluginsRelativePath = "../commands/*"; exports.builtInConfigPluginsRelativePath = "../config/*"; exports.builtinServiceCommandNameList = new Set([ "build", "inspect", "serve", "help", ]); exports.defaultRootOptions = { projectName: "", eslint: "standard", stylelint: true, unitTest: true, fetch: true, commit: true, type: "web", plugins: { "@luban-cli/cli-plugin-service": { projectName: "", }, "@luban-cli/cli-plugin-babel": {}, "@luban-cli/cli-plugin-eslint": {}, "@luban-cli/cli-plugin-stylelint": {}, "@luban-cli/cli-plugin-unit-test": {}, "@luban-cli/cli-plugin-commit": {}, }, }; //# sourceMappingURL=constant.js.map