flyflydogdog

Results 52 comments of flyflydogdog

@wendycan 看预告就好,别等了,楼主转行了

不要太逗比哈哈,魔法哥

@xiangxiong 抽完了么老哥

make sure you had `npm run ci`, the best way is : ```bash # ~/ant-design-icons/ npm i npm run bootstrap npm run react:ci cd packages/icons-react npm start ```

@hxqbeyond 卡在 > [DEBUG] 14:48:13.0997 pipe [optimizer.html-minifier] start > 怎么解决的。。

@alsotang ``` javascript //package.json "dependencies": { "express": "^4.13.3" }, "devDependencies": { "mocha": "^2.3.2", "should": "^7.1.0", "supertest": "^1.1.0" } ``` > - **npm install mocha should supertest --save-dev** 用这条命令安装的modules: > -...

@Kanepan yeah!!yeah

add one line in `.babelrc` ```js { "sourceType": "script" } ```

@ZakaryCode 有个问题是为什么,dev:h5 后,审查元素都是自定义标签,还插入了不少注释节点,会影响el.childNodes的取值 ```html ```