Describe the bug Without module attribute on Vue SSR correctly handles updates to .scss files that are imported via @use ... at-rule. However, with module attribte it fails to watch changes to style files or something else breaks...
// vite.config.js import GenerateDts from 'vite-plugin-generate-dts' export default defineConfig({ plugins: [GenerateDts({ /* options */ })], })LicenseMIT License © 2023 Victor BoAbout Scan env, css, less, or scss files to generate dts. Resources Readme License MIT license ...