mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
fix: watchIgnore should be a full path
This commit is contained in:
@ -117,7 +117,7 @@ export default function (config: Config, env: IWebpackEnv = _env): Config {
|
||||
config.watchOptions({
|
||||
ignored: [
|
||||
`${getProjectFilePath('platforms')}/**`,
|
||||
`${env.appResourcesPath ?? getProjectFilePath('App_Resources')}/**`,
|
||||
`${getProjectFilePath(env.appResourcesPath ?? 'App_Resources')}/**`,
|
||||
],
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user