Skip to content

Commit

Permalink
Fix build warnings and optimize console output
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawulin001 committed Nov 24, 2021
1 parent fcce24d commit 720c987
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 321 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/mavon-editor.js",
"types": "./mavon-editor.d.ts",
"scripts": {
"dev": "webpack-dev-server --config webpack/webpack.dev.js",
"dev": "webpack-dev-server --progress --config webpack/webpack.dev.js",
"ci-build": "webpack --progress --config webpack/webpack.build.js",
"build": "run-s lint test ci-build",
"test": "jest",
Expand Down Expand Up @@ -111,8 +111,8 @@
"postcss-selector-not": "^2.0.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.17.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"stylus": "^0.54.8",
"stylus-loader": "^2.5.1",
"url-loader": "^0.5.8",
"vue": "^2.3.4",
"vue-jest": "^3.0.7",
Expand Down
157 changes: 0 additions & 157 deletions webpack/webpack.build.js.bak

This file was deleted.

5 changes: 2 additions & 3 deletions webpack/webpack.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ var config = {
historyApiFallback: true,
disableHostCheck: true,
host: 'localhost',
port: '9090'
// hot: true,
// noInfo: true
port: '9090',
stats: 'normal'
},
devtool: 'source-map'
}
Expand Down
156 changes: 0 additions & 156 deletions webpack/webpack.dev.js.bak

This file was deleted.

Loading

0 comments on commit 720c987

Please sign in to comment.