You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we upgraded to "ngm-cli": "1.0.4" and the --watch doesn't work for us anymore. So I did a little bit of research. Here is what I found.
When use command "ngm build -p src --watch=true --skip-bundles" and save any changes, the application is not automatically built again due to the error below.
Hello guys,
First, thanks for building this useful tool.
Recently we upgraded to "ngm-cli": "1.0.4" and the --watch doesn't work for us anymore. So I did a little bit of research. Here is what I found.
When use command "ngm build -p src --watch=true --skip-bundles" and save any changes, the application is not automatically built again due to the error below.
The issue is caused by this
ngm-cli/src/commands/build.command.ts
Line 256 in 86cc937
There is another issue with tasks-watch.js file at
ngm-cli/src/utils/tasks-watch.ts
Line 28 in 86cc937
There are two issues with this code.
I kind of fixed it like screenshot below.
The text was updated successfully, but these errors were encountered: