We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56854f commit c7d88b4Copy full SHA for c7d88b4
templates/rescript-template-vite/vite.config.js
@@ -25,9 +25,9 @@ function rescript() {
25
}
26
27
if (Array.isArray(config.server.watch.ignored)) {
28
- config.server.watch.ignored.push("**/*.res");
+ config.server.watch.ignored.push("**/*.res?");
29
} else {
30
- config.server.watch.ignored = ["**/*.res"];
+ config.server.watch.ignored = ["**/*.res?"];
31
32
},
33
configResolved: async function (resolvedConfig) {
0 commit comments