We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec719d commit 2051a40Copy full SHA for 2051a40
1 file changed
packages/css/src/plugin.ts
@@ -67,6 +67,8 @@ export function CssPlugin(
67
const code = await readFile(cleanId, 'utf8').catch(() => null)
68
if (code == null) return
69
70
+ this.addWatchFile(cleanId)
71
+
72
return {
73
code,
74
moduleType: 'js',
0 commit comments