Jesse Feng

Results 21 comments of Jesse Feng

@zjtnumber2 你使用yarn还是cnpm安装umi,umi内置了af-webpack,它的依赖模块里面有css-loader-1,你具体使用了哪个版本?

@zjtnumber2 建议你把npm或者cnpm都升级到6.0以上版本,或者安装tyarn,使用方法跟yarn一样,这个是阿里弄的一个国内镜像

@rachelichen 添加插件[【umi-plugin-stylus】](https://www.npmjs.com/package/umi-plugin-stylus)用于在umi3使用stylus

@sindresorhus I feel like the Symbol value being ignored that would be better

@sindresorhus but other packages like `qs` and `querystringify` work well if give a Symbol value.

@sindresorhus anyway, it's up to you

@2016geek ``` bannerList(args) for banner, index in args &:nth-child({index}) $url = args[index] background url($url) center / 1200px 557px no-repeat .banner bannerList('a.jpg' 'b.jpg' 'c.jpg') ``` try this way that can be...

@hellosean1025 要么就支持跟React一样的写法,要么你不如支持像 [pug](https://pugjs.org/api/getting-started.html) 模版一样的语法,不然你这个真不叫支持jsx。如果真的想把ydoc这个工具做好,建议一定要规范起来;如果你不想开发者写太多代码,建议支持 [pug](https://pugjs.org/api/getting-started.html) 模版语法。

@StringEpsilon Actually, it is just a demo to show case when a page initial load that can not affect history.block. I was not only to prompt the user on initial...