official_dulin

Results 92 comments of official_dulin

@Pines-Cheng 我更新了最后一段的描述,之前markdown输出的代码有些问题,没有将es6的模版字符串原样输出。你说的写法是支持的,但我这里需要的是前面的注释,为了给生成的每个`chunk`文件指定名称。

@tgxhx 对的,最后这个方法可以动态传入模块路径,生成相应的chunk,但是chunk文件的名称是无法通过这种方式动态传入的。 我的描述可能不是特别清楚,或者描述的方式对别人不是那么容易懂。这里是代码,随便看看吧 https://github.com/mrdulin/react-router-v4/tree/master/src/demo-2

@mqliutie 有验证过么,很久没关注这一块了,这个issue之前看过,不知道这个特性有没有加进去

The document of `.update()` method needs more clearly. > something external may be updating the state of the component somewhere What does "something external" means?

@ljharb Sorry, still don't understand. There is an example in the doc [.update() => Self](https://enzymejs.github.io/enzyme/docs/api/ShallowWrapper/update.html). The example uses a class component with the property `count`. How is this "something external"?...

I have this issue too. I think it can't be use "gulp-concat" plugin to concat file. Just uglify each single file .Is that right?

same issue. > Missing required @inject or @multiInject annotation in: argument 0 in class xxx

@Lucifier129 Yeah, but `react-lite/lib/react-tap-event-plugin.js` use `fastclick`, it's a `fastclick` issue. Use `react-tap-event-plugin`, the error gone.