chencheng (云谦)

Results 248 comments of chencheng (云谦)

这个特性只对 mac 有效,基于 applescript 实现的,https://github.com/facebookincubator/create-react-app/blob/master/packages/react-dev-utils/openChrome.applescript 。

@codering 下个版本加上,https://github.com/sorrycc/roadhog/issues/16

@codering https://github.com/sorrycc/roadhog/commit/4a619f5

@pillar258 node 版本需要 6.5 或以上。

@mansters 有几种方式: 1. node_modules 下的 css 不会做 css modules 处理,所以如果是依赖里的 css 可以直接引入 1. css 文件放 public 目录,然后在 html 里直接引,参考 https://github.com/sorrycc/roadhog#使用-public-目录 1. 改 css 文件,加 `:global` 前缀

@LDmin 需要用 [define](https://github.com/sorrycc/roadhog#define) 配进去才会有,项目里不会自动读全部环境变量的。