umbrella22

删除主进程中的thread-loader,解决其导致编译失败的问题

......@@ -38,7 +38,7 @@ let mainConfig = {
// },
{
test: /\.ts$/,
use: ['thread-loader',{
use: [{
loader: 'babel-loader',
options: {
cacheDirectory: true
......