reshow app externals how to? - react-atomic/reshow GitHub Wiki

config bash shell

conf='{"externals":{"d3": "d3"}}'

Run

Run with production

CONFIG=$conf NODE_ENV=production webpack -p --optimize-minimize

Run with dev

CONFIG=$conf webpack