Closed lindsayplatt closed 6 years ago
Tested this with gage-conditions. The dev bundle.js was 1.2 MB and the beta bundle.js was 250 KB.
gage-conditions
vizlab::vizmake(webpack_build_cfg = "dev") # uses webpack --mode development vizlab::vizmake(webpack_build_cfg = "beta") # uses webpack --mode production
Nice!
Tested this with
gage-conditions
. The dev bundle.js was 1.2 MB and the beta bundle.js was 250 KB.