npm install -g webpack && npm installwebpacknode build/index.js
Take a quick look at index.js and exportsObject.js to get a sense of the structure of the app
Then in the REPL:
exportsObject.aexportsObject is a var in index.jsns exportsObjectswitch to the exportsObject "namespace"this.a = 99this WILL change the value of exportsObject.ansto go back to the main namespaceexportsObject.a= 99. Success!