Results 10 comments of Jack.Bay

谢谢@StephenSeraph ,你的代码Egg Debug配置有效,Egg Debug with brk配置和当前版本的vscode-eggjs配置一样,用不了。是vscode的bug? 请教请教大神@atian25 些问题, 1.vscode-eggjs生成的配置runtimeArgs里,"--" 是什么,空的参数吗 2.另外看到brk的解释是:Break before user code starts,这种说的是什么使用场景 3.attach和launch的使用场景也不理解,何种情况使用哪种 4.我看启动后的log很多,但看不懂是什么意思,是不是启动成功了,或者是否按照想要的方式启动的也不能判断,能帮忙解释下log吗(前两天用vscode-eggjs的默认配置启动debug总是失败,但没有失败提示)

具体操作没看懂,是说把依赖包也git提交吗,回滚的版本也是通过git控制?

请问是什么样的场景不支持,使用gulp自建工作流程不可以吗,我最近一直在这样用,webpack还没用过。。

@aui 嗯,但我的意思不是要你支持,而是想问问题主需要的是什么支持,这个不都是自己写吗

ueditor插件生出的请求 参数带时间戳的url很常见,能匹配吗

@function getAnimationTime($arrayTime, $index){ $this_duration:(); $this_delay:(); $index: if(($index

改成这样能用了,多了一层[],参考的 http://www.duanzhihe.com/?p=1813 > module.exports = { > presets: [ > '@vue/app' > ], > plugins: [ > ['component', > { > 'libraryName': 'element-ui', > 'styleLibraryName': 'theme-chalk' > } > ]...

christ,I have a problem with hash set,for two days .finally. thanks guys.

也报错了 (node:15580) UnhandledPromiseRejectionWarning: TypeError: Cannot use 'in' operator to search for 'enableDll' in E:\workspace\test\Taro\taro-todomvc-hooks at Object. (E:\workspace\test\Taro\taro-todomvc-hooks\node_modules\@tarojs\webpack-runner\dist\index.js:108:25) at Generator.next () at E:\workspace\test\Taro\taro-todomvc-hooks\node_modules\@tarojs\webpack-runner\dist\index.js:7:71 at new Promise () at __awaiter (E:\workspace\test\Taro\taro-todomvc-hooks\node_modules\@tarojs\webpack-runner\dist\index.js:3:12) at...

Came up with the some issue when trying to bundle the example. What confused me is that how did you bundle those expamples, where did bundle.js come from?