UNPKG

pkg

Version:

Package your Node.js project into an executable

13 lines (11 loc) 189 B
'use strict'; module.exports = { pkg: { patches: { 'lib/utils.js': [ 'process.cwd()', "require('path').dirname(require.main.filename)", ], }, }, };