mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(webpack): use async type-checking in watch mode
This commit is contained in:
@@ -186,7 +186,7 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
|
||||
paths.indexOf('@nativescript/core/globals/index.js')
|
||||
] = polyfillsPath;
|
||||
|
||||
// replace paths with the update paths
|
||||
// replace paths with the updated paths
|
||||
config.entry('bundle').clear().merge(paths);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user