三只小羊
三只小羊
I clone the repo and yarn install,then open x-cli/src/main.ts, vscode error ` Cannot find module '@quramy/x-core'.ts(2307)`  Version: 1.40.0-insider Commit: 86405ea23e3937316009fc27c9361deee66ffbf5 Date: 2019-11-06T16:56:25.487Z Electron: 6.1.2 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8:...
when i use `jest.run` to run my tests, thread-loader can not pass process.env.NODE_ENV to child process. i print process.env.NODE_ENV in main process and child process, such as  explicit pass...