1
0
Gildas 3 жил өмнө
parent
commit
cb2bea484c
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      rollup.config.dev.js

+ 1 - 1
rollup.config.dev.js

@@ -1,7 +1,7 @@
 import resolve from "@rollup/plugin-node-resolve";
 
 const PLUGINS = [
-	resolve({ moduleDirectories: ["node_modules"] })
+	resolve({ moduleDirectories: [".."] })
 ];
 const EXTERNAL = ["single-file-core"];