Compress image, so the final binary data will be smaller, reduce memory usage in runtime.
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
"version": "0.0.0",
|
||||
"description": "Sshwifty Web Front-end Project",
|
||||
"main": "",
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"imagemin-webpack-plugin": "^2.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/plugin-transform-runtime": "^7.5.5",
|
||||
@@ -24,7 +26,6 @@
|
||||
"html-loader": "^0.5.5",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"html-webpack-template": "^6.2.0",
|
||||
"image-webpack-loader": "^5.0.0",
|
||||
"mini-css-extract-plugin": "^0.5.0",
|
||||
"mocha": "^6.2.0",
|
||||
"normalize.css": "^8.0.1",
|
||||
|
||||
Reference in New Issue
Block a user