moonfire-nvr/webpack
Scott Lamb 4b397670a4 revamp webpack config
* simplify it. Go from six checked-in config files + one local one to
  three checked-in configs + commandline options. I find it less
  confusing to have the options plumbed through fewer layers.

* support developing against a https production server, as described in
  guide/developing-ui.md.

* fix the source map. The sourceMap parameter in prod.config.js as far
  as I can tell evaluated to false when run with production config, and
  anyway UglifyJS seems to be incompatible with the specified
  cheap-module-source-map. Use source-map instead.
2020-03-01 19:26:45 -08:00
..
base.config.js revamp webpack config 2020-03-01 19:26:45 -08:00
dev.config.js revamp webpack config 2020-03-01 19:26:45 -08:00
prod.config.js revamp webpack config 2020-03-01 19:26:45 -08:00