moonfire-nvr/webpack
Scott Lamb b298bd13f2 grab one minimizer rather than three
Apparently WebPack builds in "terser", which is what the cool kids use.
Just go with the default and simplify the configuration as well as
installing fewer node modules.

"babel-minify-webpack-plugin" wasn't actually being used, and
babel-minify is still in beta anyway.

uglifyjs, according to https://github.com/webpack/webpack/issues/7923,
doesn't support ES6 and depends on a package which is no longer
maintained.
2020-03-01 21:23:29 -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 grab one minimizer rather than three 2020-03-01 21:23:29 -08:00