refix array tests and switch to lib0

This commit is contained in:
Kevin Jahns
2019-03-10 23:26:53 +01:00
parent 0a5753c191
commit 39cee7c6e7
25 changed files with 80 additions and 81 deletions

View File

@@ -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
}