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
Hi! First of all, thanks for your brilliant research and solution!
My question is about the "dev" (debug) mode. How do you guys do it?
Are you rebuilding the plugin with AOT every time you change something in the code?
I'd like to at least have the plugins to rebuild on code change automatically, but when I add --watch to build:plugin1, it goes into forever loop...
Any ideas on how to fix that?
Thank you! 🙏
The text was updated successfully, but these errors were encountered:
But this will only work, if you run one plugin.
If you need two or more, you can copy the project-configuration in the angular.json file and adjust the paths to the main.ts files.
Hi! First of all, thanks for your brilliant research and solution!
My question is about the "dev" (debug) mode. How do you guys do it?
Are you rebuilding the plugin with AOT every time you change something in the code?
I'd like to at least have the plugins to rebuild on code change automatically, but when I add
--watch
tobuild:plugin1
, it goes into forever loop...Any ideas on how to fix that?
Thank you! 🙏
The text was updated successfully, but these errors were encountered: