fix(webpack): use async type-checking in watch mode

This commit is contained in:
rigor789
2021-08-03 15:41:49 +02:00
parent 5a3a35d376
commit 5309f2d0a7
10 changed files with 62 additions and 22 deletions

View File

@ -56,6 +56,8 @@ program
env['env'] = options.env;
}
env['watch'] = options.watch;
const configPath = (() => {
if (options.config) {
return path.resolve(options.config);