USGS-VIZLAB / vizlab

Package with utilities for building vizlab pages
Creative Commons Zero v1.0 Universal
25 stars 14 forks source link

kick off different webpack build configs for dev vs prod #389

Closed lindsayplatt closed 6 years ago

lindsayplatt commented 6 years ago

Tested this with gage-conditions. The dev bundle.js was 1.2 MB and the beta bundle.js was 250 KB.

vizlab::vizmake(webpack_build_cfg = "dev") # uses webpack --mode development
vizlab::vizmake(webpack_build_cfg = "beta") # uses webpack --mode production
mwernimont commented 6 years ago

Nice!