mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 06:10:56 +08:00
fix(webpack): use async type-checking in watch mode
This commit is contained in:
@ -56,6 +56,8 @@ program
|
||||
env['env'] = options.env;
|
||||
}
|
||||
|
||||
env['watch'] = options.watch;
|
||||
|
||||
const configPath = (() => {
|
||||
if (options.config) {
|
||||
return path.resolve(options.config);
|
||||
|
Reference in New Issue
Block a user