Jay Liu

Results 7 issues of Jay Liu

I want to rewrite request cookie using following code, but didn't work. ```javascript proxy.on('proxyReq', function (proxyReq, req, res) { proxyReq.setHeader('cookie', 'SESSION=123'); }); ``` And is there a way to find...

I want to rewrite request cookie using following code, but didn't work. ```javascript proxy.on('proxyReq', function (proxyReq, req, res) { proxyReq.setHeader('cookie', 'SESSION=123'); }); ``` And is there a way to find...

babel-plugin-import": "^1.11.0" ![image](https://user-images.githubusercontent.com/5137237/48774918-76971680-ed06-11e8-9a4e-ff540de4c4d9.png)

When I use the following two methods to create a table in .md file: ``` |A|B|C| |-|-|-| |a|b|c| |a|b|c| // or A B C a b c ``` the PROPS...

页面绘制的图形超出了canvas画布大小, 导致导出为图片时只有画布区域的图形, 请问如何导出完整的图形图片呢(包括超出canvas画布的部分)?

When I use the following two methods to create a table in .md file: ``` |A|B|C| |-|-|-| |a|b|c| |a|b|c| // or A B C a b c ``` the PROPS...

## Config ```js { source: 'from-path/**/*.js', destination: 'to-path/', globOptions: { ignore: ['vconsole.min.js', 'eruda.min.js'] } } ``` // or ```js { source: 'from-path/**/*.js', destination: 'to-path/', options: { ignore: ['vconsole.min.js', 'eruda.min.js'] }...