Images are now production worthy

This commit is contained in:
2018-07-11 07:33:39 +10:00
parent 3a97513648
commit 8b7d74aaf4
2 changed files with 15 additions and 4 deletions

View File

@@ -37,6 +37,7 @@
"express": "^4.16.3",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"jimp": "^0.2.28",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.0",
"nodemailer": "^4.6.7",
@@ -50,6 +51,7 @@
"react-tap-event-plugin": "^3.0.3",
"react-transition-group": "^2.3.1",
"redux": "^4.0.0",
"responsive-loader": "^1.1.0",
"sanitize-html": "^1.18.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
@@ -58,11 +60,8 @@
"webpack": "^4.14.0"
},
"devDependencies": {
"jimp": "^0.2.28",
"nodemon": "^1.17.5",
"react-hot-loader": "^4.3.3",
"responsive-loader": "^1.1.0",
"sharp": "^0.20.5",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}