mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
docs(cli): changelog v2.5.0
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# 更新日志
|
||||
|
||||
### v2.5.0
|
||||
|
||||
`2020-05-27`
|
||||
|
||||
- 开启 fork-ts-checker-webpack-plugin,在编译时进行类型检查
|
||||
- 现在点击锚点时会立即滚动到对应位置
|
||||
|
||||
### v2.4.2
|
||||
|
||||
`2020-05-04`
|
||||
|
@@ -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(
|
||||
|
Reference in New Issue
Block a user