vite-plugin-mdx
Advanced tools
Comparing version
@@ -84,3 +84,3 @@ "use strict"; | ||
// Ensure files outside the Vite project root are watched. | ||
if (watcher && path_1.isAbsolute(id) && id.startsWith(root + '/')) { | ||
if (watcher && path_1.isAbsolute(id) && !id.startsWith(root + '/')) { | ||
watcher.add(id); | ||
@@ -87,0 +87,0 @@ } |
{ | ||
"name": "vite-plugin-mdx", | ||
"version": "3.5.4", | ||
"version": "3.5.5", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "// User Scripts": "", |
Sorry, the diff of this file is not supported yet
44259
0.01%