zhenbo.zheng
zhenbo.zheng
@TommyLemon 感谢你的回答
Thanks for mikko-tormala answer, I made a package https://www.npmjs.com/package/customize-cra-eslint ```bash npm i customize-cra-eslint -D ```
I found the shadow appear when I add the code as following: ``` javascript var gui = require('nw.gui'); var win = gui.Window.get(); win.minimize(); win.restore(); ``` Before the official fix this...
I just tried, jwjames83's workaround create shadow looks deeper, but I like lighter.
但是我去掉 ``` js options: { sourceEncoding: 'utf-8' } ``` 乱码问题就没有了,那这是什么问题呢?
I have the same problem, and I fix it, see: https://github.com/zzbo/private-bower/blob/master/lib/service/packageDetailsProvider.js
同样遇到这个问题