Merge branch 'dev' of https://github.com/dcloudio/uni-app into v3
Showing
build/rollup.config.web-view.js
0 → 100644
dist/uni.webview.1.5.2.js
0 → 100644
... | ... | @@ -24,6 +24,7 @@ |
"build:mp-weixin:mp": "npm run lint && cross-env UNI_PLATFORM=mp-weixin UNI_MP=true rollup -c build/rollup.config.mp.js", | ||
"build:runtime": "npm run lint && npm run build:mp-weixin && npm run build:mp-qq && npm run build:mp-alipay && npm run build:mp-baidu && npm run build:mp-toutiao && npm run build:app-plus", | ||
"build:stat": "npm run lint && rollup -c build/rollup.config.stat.js", | ||
"build:web-view": "npm run lint && rollup -c build/rollup.config.web-view.js", | ||
"test:cli": "cross-env NODE_ENV=test jest", | ||
"test:unit": "cross-env NODE_ENV=test UNI_PLATFORM=h5 mocha-webpack --require tests/unit/setup.js --webpack-config build/webpack.config.test.js tests/unit/**/*.spec.js", | ||
"release": "npm run lint:cli && lerna publish --force-publish=*", | ||
... | ... | @@ -66,9 +67,11 @@ |
"jsonfile": "^5.0.0", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-alias": "^1.4.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-replace": "^2.1.0", | ||
"rollup-plugin-uglify": "^6.0.3", | ||
"shell-exec": "^1.0.2", | ||
"strip-json-comments": "^2.0.1", | ||
"vue": "^2.6.8", | ||
... | ... |
想要评论请 注册 或 登录