Skip to content

Commit

Permalink
fix(taro-cli): update package list 新增 @tarojs/mini-runner,对列表排序
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 authored and luckyadam committed Jan 7, 2020
1 parent be4a9ad commit d4c6801
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions packages/taro-cli/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -302,48 +302,49 @@ export const FILE_PROCESSOR_MAP = {
}

export const UPDATE_PACKAGE_LIST = [
'@tarojs/taro',
'@tarojs/async-await',
'@tarojs/cli',
'@tarojs/components',
'@tarojs/components-rn',
'@tarojs/components-qa',
'@tarojs/taro-h5',
'@tarojs/taro-tt',
'@tarojs/taro-qq',
'@tarojs/taro-jd',
'@tarojs/taro-quickapp',
'@tarojs/taro-swan',
'@tarojs/taro-alipay',
'@tarojs/components-rn',
'@tarojs/components',
'@tarojs/mini-runner',
'@tarojs/mobx-common',
'@tarojs/mobx-h5',
'@tarojs/mobx-rn',
'@tarojs/mobx',
'@tarojs/plugin-babel',
'@tarojs/plugin-csso',
'@tarojs/plugin-sass',
'@tarojs/plugin-less',
'@tarojs/plugin-sass',
'@tarojs/plugin-stylus',
'@tarojs/plugin-uglifyjs',
'@tarojs/redux',
'@tarojs/redux-h5',
'@tarojs/taro-redux-rn',
'@tarojs/taro-router-rn',
'@tarojs/taro-rn',
'@tarojs/redux',
'@tarojs/rn-runner',
'@tarojs/router',
'@tarojs/taro-alipay',
'@tarojs/taro-h5',
'@tarojs/taro-jd',
'@tarojs/taro-qq',
'@tarojs/taro-quickapp',
'@tarojs/taro-redux-rn',
'@tarojs/taro-rn',
'@tarojs/taro-router-rn',
'@tarojs/taro-swan',
'@tarojs/taro-tt',
'@tarojs/taro-weapp',
'@tarojs/taro',
'@tarojs/webpack-runner',
'postcss-plugin-constparse',
'babel-plugin-transform-jsx-to-stylesheet',
'eslint-config-taro',
'eslint-plugin-taro',
'taro-transformer-wx',
'postcss-pxtransform',
'babel-plugin-transform-jsx-to-stylesheet',
'@tarojs/mobx',
'@tarojs/mobx-h5',
'@tarojs/mobx-rn',
'@tarojs/mobx-common',
'nervjs',
'nerv-devtools',
'nervjs',
'postcss-plugin-constparse',
'postcss-pxtransform',
'stylelint-config-taro-rn',
'stylelint-taro-rn'
'stylelint-taro-rn',
'taro-transformer-wx'
]

export enum PARSE_AST_TYPE {
Expand Down

0 comments on commit d4c6801

Please sign in to comment.