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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Version
5.0.0
Reproduction link
https://codesandbox.io/s/rollup-plugin-vue-sfc-references-watch-nr8dr
Steps to reproduce
Create a new rollup project using vue and rollup-plugin-vue. Create a .vue file with the following format and bootstrap the app using Vue:
Create the two files app.ts and app.scss in the same folder as the .vue file. Run the project rollup with --watch.
What is expected?
When running with --watch, rollup will rebuild after app.ts and app.scss are modified.
What is actually happening?
When modifying the .vue file, rollup build will recompile. But when modifying the .ts or .scss files, rollup will not recompile.
The text was updated successfully, but these errors were encountered: