Merge branch 'develop' into 'test'
Develop
See merge request !3
Showing
| ... | ... | @@ -4,13 +4,13 @@ |
| "private": true, | ||
| "description": "", | ||
| "scripts": { | ||
| "build:weapp": "npx @tarojs/cli build --type weapp", | ||
| "build:weapp": "cross-env NODE_ENV=product npx @tarojs/cli build --type weapp", | ||
| "build:swan": "npx @tarojs/cli build --type swan", | ||
| "build:alipay": "npx @tarojs/cli build --type alipay", | ||
| "build:tt": "npx @tarojs/cli build --type tt", | ||
| "build:h5": "npx @tarojs/cli build --type h5", | ||
| "build:rn": "npx @tarojs/cli build --type rn", | ||
| "dev:weapp": "npm run build:weapp -- --watch", | ||
| "dev:weapp": "npx @tarojs/cli build --type weapp -- --watch", | ||
| "dev:swan": "npm run build:swan -- --watch", | ||
| "dev:alipay": "npm run build:alipay -- --watch", | ||
| "dev:tt": "npm run build:tt -- --watch", | ||
| ... | ... | @@ -55,6 +55,7 @@ |
| "babel-plugin-transform-jsx-stylesheet": "^0.6.5", | ||
| "babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
| "babel-preset-env": "^1.6.1", | ||
| "cross-env": "^5.2.0", | ||
| "eslint": "^4.19.1", | ||
| "eslint-config-taro": "1.2.13", | ||
| "eslint-plugin-import": "^2.12.0", | ||
| ... | ... |
Please
register
or
sign in
to comment