Skip to content

reshow app externals how to?

Hill Liu edited this page Sep 24, 2017 · 1 revision

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
Clone this wiki locally