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
We're building a Nuxt module that we use across multiple projects. Often, we find ourselves wanting to test local changes without having to publish packages, etc. Typically, we use npm link for this, which works as expected. However, after making changes, we always have to run a build.
According to the source files of @nuxt/module-builder, there are settings for a watch feature, but they are flagged as @experimental.
Is there a timeline for this feature?
The text was updated successfully, but these errors were encountered:
Hi,
We're building a Nuxt module that we use across multiple projects. Often, we find ourselves wanting to test local changes without having to publish packages, etc. Typically, we use
npm link
for this, which works as expected. However, after making changes, we always have to run a build.According to the source files of
@nuxt/module-builder
, there are settings for a watch feature, but they are flagged as @experimental.Is there a timeline for this feature?
The text was updated successfully, but these errors were encountered: