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

@@ -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(