Skip to content

Commit

Permalink
fix: 异常的 ForkTsCheckerWebpackPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
imsunhao committed May 22, 2019
1 parent 7355c19 commit adecaa3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/config/webpack.config.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ export function getConfigConfig({
}
]
},
plugins: [new ForkTsCheckerWebpackPlugin()]
plugins: [
new ForkTsCheckerWebpackPlugin({
async: false
})
]
})
}

0 comments on commit adecaa3

Please sign in to comment.