Skip to content

Commit b05c54f

Browse files
Update attempts to delete progress plugin all together.
1 parent a1c2a3a commit b05c54f

File tree

3 files changed

+20
-86
lines changed

3 files changed

+20
-86
lines changed

package-lock.json

Lines changed: 19 additions & 76 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,5 @@
3131
"vue": "^2.6.10",
3232
"vue-template-compiler": "^2.6.10"
3333
},
34-
"dependencies": {
35-
"simple-progress-webpack-plugin": "^1.1.2"
36-
}
34+
"dependencies": {}
3735
}

vue.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ module.exports = {
99
chainWebpack: config => {
1010
// remove vue-cli-service's progress output
1111
config.plugins.delete('progress')
12-
// optionally replace with another progress output plugin
13-
// `npm i -D simple-progress-webpack-plugin` to use
14-
config.plugin('simple-progress-webpack-plugin').use(require.resolve('simple-progress-webpack-plugin'), [
15-
{
16-
format: 'minimal', // options are minimal, compact, expanded, verbose
17-
},
18-
])
1912
},
2013
configureWebpack: {
2114
stats: 'errors-only'

0 commit comments

Comments
 (0)