File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- export default [ {
2- input : [ './src/y-websocket.js' ] ,
3- external : id => / ^ ( l i b 0 | y j s | y - p r o t o c o l s | w s | h t t p ) / . test ( id ) ,
4- output : [ {
5- dir : 'dist' ,
6- format : 'cjs' ,
7- sourcemap : true ,
8- entryFileNames : '[name].cjs' ,
9- chunkFileNames : '[name]-[hash].cjs'
10- } ]
11- }
1+ export default [ {
2+ input : [ './src/y-websocket.js' ] ,
3+ external : id => / ^ ( l i b 0 | y j s | @ y | y - p r o t o c o l s | w s | h t t p ) / . test ( id ) ,
4+ output : [ {
5+ dir : 'dist' ,
6+ format : 'cjs' ,
7+ sourcemap : true ,
8+ entryFileNames : '[name].cjs' ,
9+ chunkFileNames : '[name]-[hash].cjs'
10+ } ]
11+ }
1212]
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ import * as bc from 'lib0/broadcastchannel'
99import * as time from 'lib0/time'
1010import * as encoding from 'lib0/encoding'
1111import * as decoding from 'lib0/decoding'
12- import * as syncProtocol from 'y- protocols/sync'
13- import * as authProtocol from 'y- protocols/auth'
14- import * as awarenessProtocol from 'y- protocols/awareness'
12+ import * as syncProtocol from '@y/ protocols/sync'
13+ import * as authProtocol from '@y/ protocols/auth'
14+ import * as awarenessProtocol from '@y/ protocols/awareness'
1515import { ObservableV2 } from 'lib0/observable'
1616import * as math from 'lib0/math'
1717import * as url from 'lib0/url'
You can’t perform that action at this time.
0 commit comments