Cong Yu
Cong Yu
> pnpm -v > > 6.28.0 > > node -v > > v12.17.0 > >  > > 同样由这个问题,能否给出一个运行环境,我的是ubuntu 20.04,用的是windows wsl2子系统。 mac系统或者linux系统,你这个错误应该是不支持 xx=abc 这种环境变量赋值
欢迎有win环境的同学提pr解决,但需保证mac unix系统也正常,可以使用 cross-env 赋值,甚至后续加上e2e测试在流水线中,同时加上win环境测试 就更好了
The feature may requires the UX design? eg. It should show a dialog for user custom variables code? And use json schema to describe the variables, the json schema could...
> I was thinking of something more plain and simple. At UX-level, it can be variable name + textfield, and material implementation can opt to hide the textfield and offer...
> > 我理解是前端实现了一套webpack机制,每次编辑修改,会导致前端 webpack 中 源码asset修改,进而触发 hmr 或者全量render > > 请问这套方案有开源的解决吗 > > 本地安装就是起了一个webpack的项目hmr更新,线上demo用的codesandbox 开源的 Hi, @sparrow-js 查阅 codesandbox-client 发现没有文档说明如何使用... 请问你是如何学习使用的呢,直接研究源码接的吗
加上 /mometa/ 路径
See #10
How to resolve it? In my screen: ```js // child const err = new Error('message') err.skip = true // main thread lost it throw err ```
发现设置这个为 classic 就可以修复该问题 
我是 babel-plugin-import 的配置项写错了... style 配置成 'less',应该配置成 true