egoist / poi

⚡A zero-config bundler for JavaScript applications.
https://poi.js.org
MIT License
5.23k stars 255 forks source link

[Bug] Vue files in node modules not updated #728

Open KaKi87 opened 4 years ago

KaKi87 commented 4 years ago

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

github-actions[bot] commented 3 years ago

This issue has been marked as Stale, it will be closed in a week if there's no furthur activity.

KaKi87 commented 3 years ago

up