Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 376 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 376 Bytes

steem-js webpack configuration example

This is a demo of steem-js and webpack usage targetting both the Web and Node.js platforms.

Compiling the example

Compiling for the web (bundle.js, which you can test with open index.html):

webpack

Compiling for node.js (node-bundle.js, which you can test with node node-bundle.js):

USE_NODE=1 webpack