mirror of
https://github.com/yjs/yjs.git
synced 2026-01-09 15:58:01 -05:00
fix debug resolve
This commit is contained in:
@@ -26,7 +26,7 @@ const debugResolve = {
|
||||
}
|
||||
if (localImports) {
|
||||
if (customModules.has(importee.split('/')[0])) {
|
||||
return `${process.cwd()}/../${importee}/src/${importee}.js`
|
||||
return `${process.cwd()}/../${importee}/src/${importee}.cjs`
|
||||
}
|
||||
if (customLibModules.has(importee.split('/')[0])) {
|
||||
return `${process.cwd()}/../${importee}`
|
||||
|
||||
Reference in New Issue
Block a user