cesium-ml / baselayer

Fully customizable (scientific, compute-intensive) web application template
http://cesium-ml.org/baselayer/
31 stars 18 forks source link

Do not run webpack on production builds #280

Closed stefanv closed 2 years ago

stefanv commented 2 years ago

Often, production images ship without node_modules, so this would re-download all npm dependencies.

Production bundles should be built as part of docker images instead.