1 Star 0 Fork 1

前端代码工具库 / umi2

forked from Phoenix Technology / umi2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest-puppeteer.config.js 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
// ps https://github.com/GoogleChrome/puppeteer/issues/3120
module.exports = {
launch: {
args: [
'--disable-gpu',
'--disable-dev-shm-usage',
'--no-first-run',
'--no-zygote',
],
},
};
TypeScript
1
https://gitee.com/tomxiang/umi2.git
git@gitee.com:tomxiang/umi2.git
tomxiang
umi2
umi2
master

搜索帮助