Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0edd308

Browse files
committedMay 4, 2023
update bundle script
1 parent 2e49a51 commit 0edd308

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
 

‎rollup.config.js

+1-7
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ export default [{
1818
name: 'Y',
1919
file: 'dist/y-indexeddb.cjs',
2020
format: 'cjs',
21-
sourcemap: true,
22-
paths: path => {
23-
if (/^lib0\//.test(path)) {
24-
return `lib0/dist/${path.slice(5, -3)}.cjs`
25-
}
26-
return path
27-
}
21+
sourcemap: true
2822
},
2923
external: id => /^(lib0|yjs)\//.test(id)
3024
}]

0 commit comments

Comments
 (0)
This repository has been archived.