UNPKG

pkg

Version:

Package your Node.js project into an executable

13 lines (11 loc) 260 B
'use strict'; module.exports = { pkg: { patches: { 'lib/index.js': [ "require.resolve('socket.io-client/dist/socket.io.js.map')", "require.resolve('socket.io-client/dist/socket.io.js.map', 'must-exclude')", ], }, }, };