Skip to content

Commit e629cfc

Browse files
committed
Webpack build progress removed for dev server and dev mode enabled by default in webpack configuration
1 parent 38ee390 commit e629cfc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"scripts": {
3232
"eslint": "eslint --ext .js,.vue src/",
3333
"eslint:fix": "eslint --ext .js,.vue src/ --fix",
34-
"start": "webpack-dev-server --hot --progress --colors",
34+
"start": "webpack-dev-server --hot --colors",
3535
"build": "webpack --progress --colors --mode production",
3636
"build:dev": "webpack --progress --colors --mode development"
3737
}

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ module.exports = {
5353
performance: {
5454
hints: false
5555
},
56-
mode: "production"
56+
mode: "development"
5757
};

0 commit comments

Comments
 (0)