Merge branch 'test'
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", | ||
... | ... |
src/api/vcode.ts
0 → 100644
src/api/wx.ts
deleted
100644 → 0
src/images/barcode/icon_fangda@2x.png
0 → 100644
489 Bytes
src/images/barcode/pic_shuaxin@2x.png
0 → 100644
4.37 KB
src/pages/Content/Content.scss
deleted
100644 → 0
src/pages/WebPage/WebPage.tsx
0 → 100644
src/types/Customer/Customer.ts
0 → 100644
src/types/Store/State.ts
0 → 100644
src/utils/pwd.ts
0 → 100644