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
I am upgrading to v5 and had problem with HMR on Workspaces. I am using NX and my Maizzle project is a application without package.json.
I am starting my project with (cd apps/email && maizzle serve) command which works fine until I preview an email template. In that case first draw is successful but I get following error on console.
I am upgrading to v5 and had problem with HMR on Workspaces. I am using NX and my Maizzle project is a application without package.json.
I am starting my project with
(cd apps/email && maizzle serve)
command which works fine until I preview an email template. In that case first draw is successful but I get following error on console.I think it tries to resolve from maizzle root instead of call root.
Since there is no option select a different root calling it like this is only option at the moment.
It works if I manually copy node_modules/morphdom but it is hacky.
The text was updated successfully, but these errors were encountered: