mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-15 15:42:30 -05:00
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.