Skip to content

Instantly share code, notes, and snippets.

@hershkoy
Last active February 23, 2022 15:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hershkoy/51a309a7cedb03d7a6f577e6ff58e294 to your computer and use it in GitHub Desktop.
Save hershkoy/51a309a7cedb03d7a6f577e6ff58e294 to your computer and use it in GitHub Desktop.
convert npm module to browser
npm install -g browserify
npm install soap
browserify convertNPM.js -o bundle.js
var soap = require('soap')
global.window.soap = soap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment