types(cli): reduce ts-ignore

This commit is contained in:
chenjiahan
2020-03-14 19:00:19 +08:00
parent 637f2de35e
commit a9e94a29c6
12 changed files with 25 additions and 207 deletions
@@ -1,7 +1,6 @@
import merge from 'webpack-merge';
import HtmlWebpackPlugin from 'html-webpack-plugin';
// @ts-ignore
import WebpackBar from 'webpackbar';
import HtmlWebpackPlugin from 'html-webpack-plugin';
import { get } from 'lodash';
import { join } from 'path';
import { baseConfig } from './webpack.base';