Skip to content
Snippets Groups Projects
user avatar
yamadapc authored
75619636
History

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