Modifying linked module doesn't cause rebuild.
trusktr opened this issue · 1 comments
trusktr commented
I've linked a module into my project. Modifying the module doesn't rebuild the project while in npm run dev
mode, which isn't helpful. Is this expected?
trusktr commented
Oh, nevermind, the package in node_modules had to be rebuilt on each change too, since the Vue project doesn't import the source files directly, just dist files.