vue-cli-plugin-extend-base
Version:
@vue/cli official plug-in extension
19 lines (18 loc) • 577 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const index_1 = require("../index");
const questions = [
{
type: 'confirm',
name: 'eslint',
message: '是否使用 Eslint Webpack Plugin 插件?',
default: index_1.DEFAULT_BASE_PLUGIN_OPTION.eslint,
},
{
type: 'confirm',
name: 'forkTsChecker',
message: '是否启用 Fork TS Checker Webpack Plugin 插件?',
default: index_1.DEFAULT_BASE_PLUGIN_OPTION.forkTsChecker,
},
];
exports.default = questions;