poi
poi copied to clipboard
[Bug] Vue files in node modules not updated
Hello,
I'm working on two projects sharing components imported as node modules.
Those work fine until I update an existing and previously used component : despite npm dependency is well managed and properly updated in package-lock.json
and in node_modules
, the development server doesn't serve the up to date files.
I've also failed to find the location of the development files, which I suppose cleaning would temporarily solve the problem.
Thanks
This issue has been marked as Stale, it will be closed in a week if there's no furthur activity.
up