git ssb

0+

cel-desktop / ssb-pkg



Tree: d456a6cc8589489e558e6164750474ed2cfc961e

Files: d456a6cc8589489e558e6164750474ed2cfc961e / dictionary / socket.io.js

262 bytesRaw
1'use strict';
2
3module.exports = {
4 pkg: {
5 patches: {
6 'lib/index.js': [
7 'require.resolve(\'socket.io-client/dist/socket.io.js.map\')',
8 'require.resolve(\'socket.io-client/dist/socket.io.js.map\', \'must-exclude\')'
9 ]
10 }
11 }
12};
13

Built with git-ssb-web