Yuri

Results 8 comments of Yuri

I discussed with the author of the proposal and decided it would be like [importExpression](https://github.com/estree/estree/blob/master/es2020.md#importexpression). so I plan to add a new type of expression: `classHasInstanceExpression `.

This is valuable advice. I will discuss the plugin's plans with the authors of the proposal.

Same problem, add transparent line

@cablegunmaster 1. What have you tried? I tried different font-size, but I found they do not seem to be correct. 2. What are your settings on Html2PDF? please add it...

@cablegunmaster Thanks for your help, I will try my best to find a solution and share it here.

我尝试了你的试验,但是表现不太一样 我的环境: 我的项目使用的是 webpack1.13,我使用它与webpack3.2版本的生成文件进行了对比 webpack3 + ModuleConcatenationPlugin() 反而在小文件的时候更大了 比如只有一句console的模块 差异: 3.2 增加了getter function 依旧把每个依赖做成了一个闭包,而不是合成了一个 (我确定我开启了 ModuleConcatenationPlugin,webpack版本为3.2) 其他: 在大文件的情况下,我尝试用我自己的真实工程文件进行对比,文件有一定的减少,但也很少,2k-20k之间... 我希望能有30%左右的文件体积减少,看来效果并不是很好...不知道是不是配置有问题 sad :( -------- 我找到原因了,因为项目的兼容性要求,我采用了module.export + require的方式来引入依赖,而是不是ES6的export default + import from,看来ModuleConcatenationPlugin只能在ES6的语法下发挥威力 感谢你的文章

I will give up it. whsjs is better