docs(cli): changelog v2.5.0

This commit is contained in:
chenjiahan
2020-05-27 21:17:40 +08:00
parent 5117170c21
commit e587ea0b7a
4 changed files with 39 additions and 7 deletions

View File

@@ -1,5 +1,12 @@
# 更新日志
### v2.5.0
`2020-05-27`
- 开启 fork-ts-checker-webpack-plugin在编译时进行类型检查
- 现在点击锚点时会立即滚动到对应位置
### v2.4.2
`2020-05-04`

View File

@@ -41,7 +41,6 @@ const plugins = [
];
const tsconfigPath = join(CWD, 'tsconfig.json');
console.log('tsconfigPath', existsSync(tsconfigPath));
if (existsSync(tsconfigPath)) {
const ForkTsCheckerPlugin = require('fork-ts-checker-webpack-plugin');
plugins.push(