Finish support for creating databases in the UI

This commit is contained in:
Dane Everitt 2019-07-16 21:43:11 -07:00
parent 61dc86421d
commit 1f763dc155
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
7 changed files with 136 additions and 12 deletions

View file

@ -135,7 +135,7 @@ module.exports = {
},
plugins: plugins,
optimization: {
minimize: true,
minimize: isProduction,
minimizer: [
new TerserPlugin({
cache: true,