mirror of
https://github.com/yjs/yjs.git
synced 2025-12-16 03:37:50 +01:00
refix array tests and switch to lib0
This commit is contained in:
@@ -56,7 +56,7 @@ export default [{
|
||||
sourcemap: true,
|
||||
paths: path => {
|
||||
if (/^funlib\//.test(path)) {
|
||||
return `funlib/dist${path.slice(6)}`
|
||||
return `lib0/dist${path.slice(6)}`
|
||||
}
|
||||
return path
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user