UNPKG

630 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const BUILD_OPTIONS = {
4 'compress': {
5 alias: 'c',
6 desc: '压缩资源'
7 },
8 'beta': {
9 desc: '同步react runtime'
10 },
11 'beta-ui': {
12 desc: '同步schnee-ui'
13 },
14 'huawei': {
15 desc: '补丁华为快应用'
16 },
17 'analysis': {
18 alias: 'a',
19 desc: '打包产物分析'
20 },
21 'silent': {
22 alias: 's',
23 desc: '关闭eslint warning'
24 },
25 'typescript': {
26 alias: 't',
27 desc: '开启typescript编译'
28 }
29};
30exports.default = BUILD_OPTIONS;