Edward Xiao

Results 20 comments of Edward Xiao

> 这个不是外接硬盘导致的,应该是某度的原因,你把文件保存位置改成电脑的下载应该也是错误17 并不是。本地硬盘没问题,外接硬盘报错17

I'm using the following method, which I think is nice and clean, just change the 'BABEL_ENV' environment variable, and setup rules in .babelrc. The official documentation is here http://babeljs.io/docs/usage/babelrc/#env-option run...

I'm using 16.8.0-alpha.0 and hooks, does not seem any weirdness yet. Everything works fine.

Is there any plan on supporting webpack 5? :thought_balloon: @developit

https://github.com/GoogleChromeLabs/prerender-loader/issues/29

For people who may have the same issue. I have created a successful working example with react and multi-entry(production only though) https://github.com/edwardfhsiao/prerender-loader-test-repo ```js $npm i $npm run compile ```

@leonroy try https://github.com/edwardfhsiao/react-picky-date-time :grin:

> /Applications/Motrix.app/Contents/Resources/engine/aria2.conf 修改里面的 file-allocation=none 记得重启Motrix Thanks! it works

webpack 里用import socialShare from 'social-share.js/dist/js/social-share.min.js';再.share($config)有问题,而用import socialShare from 'social-share.js/dist/js/jquery.share.min';便可以正常config了

@annmirosh @kuflash Great workaround! 2 issues though: 1, mySitemap.sitemaps[0].urls[i].lastmod = 'no matter what is here' rendered 'NaN-NaN-NaN' or some stange number 'xxx-xxx-xxx'. This seems it does not support custom lastmod....