implemented moduleName, made window statements failsafe
This commit is contained in:
parent
56902d63eb
commit
0481439b33
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ require('../yjs/gulpfile.helper.js')(gulp, {
|
||||||
polyfills: [],
|
polyfills: [],
|
||||||
entry: './src/WebRTC.js',
|
entry: './src/WebRTC.js',
|
||||||
targetName: 'y-webrtc.js',
|
targetName: 'y-webrtc.js',
|
||||||
moduleName: 'y-webrtc',
|
moduleName: 'yWebrtc',
|
||||||
specs: []
|
specs: []
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue