unplugin / unplugin-vue

✨ Transform Vue 3 SFC to JavaScript. Supports Vite, esbuild, Rollup, Webpack and more.
MIT License
175 stars 7 forks source link

dist file can't update when use rolllup dev mode #127

Closed kaxifakl closed 1 year ago

kaxifakl commented 1 year ago

Describe the bug

use rollup dev mode, change template or script in .vue file, watch mode show that have something changed,but the dist file is still old content.

Reproduction

rollup v3.28.1 bundles ./src/panels/default/index.ts → dist/panels/default... created dist/panels/default in 228ms [2023-09-02 09:38:31] waiting for changes...

System Info

nodejs build vue3 sfc

Used Package Manager

npm

Validations

sxzz commented 1 year ago

We temporarily close this due to the lack of enough information. Please provide a minimal reproduction to reopen the issue. Thanks.

Why reproduction is required