Open ddubrava opened 5 months ago
Just starting out with compodoc to generate a JSON file that can be used in storybook. I also don't get the watch mode working unfortunately.
Just starting out with compodoc to generate a JSON file that can be used in storybook. I also don't get the watch mode working unfortunately.
I did a brute force by rebuilding the entire project each time. It's slow, but I think it's the only way that works
https://github.com/ddubrava/angular-yandex-maps/blob/main/package.json#L9
Overview of the issue
The watch option doesn't work. It doesn't rebuild the project on file changes.
Operating System, Node.js, npm, compodoc version(s)
Angular configuration, a
package.json
file in the root folderhttps://github.com/compodoc/compodoc-demo-todomvc-angular/blob/6e89b1746dd6965037f26cdd163a0bba4488dac9/package.json
https://github.com/compodoc/compodoc-demo-todomvc-angular/blob/6e89b1746dd6965037f26cdd163a0bba4488dac9/angular.json
Compodoc installed globally or locally ?
Locally
If possible sourcecode of the file where it breaks
-
If possible your terminal logs before the error
-
Motivation for or Use Case
It's painful to develop without a watch mode.
Reproduce the error
Open any component in
/src
, try to change something there. https://github.com/compodoc/compodoc-demo-todomvc-angular/tree/6e89b1746dd6965037f26cdd163a0bba4488dac9Related issues
-
Suggest a Fix
It worked in
1.1.18
, starting from1.1.19
it's broken