Zoujie

Results 5 comments of Zoujie

After the pull request https://github.com/yibn2008/fast-sass-loader/pull/63 being accepted, the `sassOptions.functions` be supported.

1. dispatch 这块,我理解应该是直接 dispatch 自己的 action,不然逻辑上就形成外部依赖了; 2. 如果 storeA 需要去 dispatch storeB,我觉得可以通过一些特殊的语法来表示,比如 dispatch('namespace.action'),只要是 a.b 这种形式,就表示明确指定 namespace,这样无论子 store 是独立工作,还是被挂载在其它 store 下,逻辑都是稳定的; 3. 应该是 store.state.{namespace} 这种吧,前面应该是我写错了,这块逻辑应该和以前一样;

这个提案我觉得没有问题,不过相比以前有BR,我看看怎么兼容。

> Supposedly this can happen on Windows because of something to do with filename extensions: https://stackoverflow.com/questions/27688804/how-do-i-debug-error-spawn-enoent-on-node-js > > I think that if you simply changed the `cmd` to `cmd.exe` on...