Skip to content

Commit

Permalink
⬆️ Upgrading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Feb 21, 2020
1 parent b40e470 commit bed1530
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 93 deletions.
98 changes: 18 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"custom-event-polyfill": "^1.0.7",
"dayjs": "^1.8.20",
"element-matches": "^0.1.2",
"firebase": "^7.8.2",
"firebase": "^7.9.0",
"gravatar": "^1.8.0",
"is-html": "^2.0.0",
"is-mobile": "^2.2.1",
Expand Down Expand Up @@ -81,7 +81,7 @@
"vue-shortkey": "^3.1.7",
"vue-the-mask": "^0.11.1",
"vue2-animate": "^2.1.3",
"vuetify": "^2.2.13",
"vuetify": "^2.2.14",
"vuetify-upload-button": "^2.0.2",
"vuex": "^3.1.2",
"vuex-i18n": "^1.13.1",
Expand All @@ -108,7 +108,6 @@
"prettier": "^1.19.1",
"prettier-eslint": "^9.0.1",
"prettier-stylelint": "^0.4.2",
"progress-bar-webpack-plugin": "^2.1.0",
"release-it": "^12.6.0",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
Expand Down
10 changes: 0 additions & 10 deletions vue.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
const path = require("path");
const fs = require("fs");
const chalk = require("chalk");
const ProgressBarPlugin = require("progress-bar-webpack-plugin");
const CompressionPlugin = require("compression-webpack-plugin");
const BrotliPlugin = require("brotli-webpack-plugin");
const WebpackDeletePlugin = require("webpack-delete-plugin");
Expand Down Expand Up @@ -163,14 +161,6 @@ if (!stopCompression && (enableJavaScriptCompression || enableCssCompression)) {
}

if (!dev) {
buildConfig.configureWebpack.plugins.push(
new ProgressBarPlugin({
format: ` build [${chalk.greenBright(":bar")}] ${chalk.magentaBright.bold(
":percent"
)} (:elapsed seconds)`,
clear: false
})
);
console.log(`Using TerserPlugin`);
buildConfig.configureWebpack.plugins.push(
new TerserPlugin({
Expand Down

0 comments on commit bed1530

Please sign in to comment.