We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa41d40 commit 29f7962Copy full SHA for 29f7962
config/webpack/webpack.config.js
@@ -25,16 +25,6 @@ const options = {
25
publicPath: '/packs/images/',
26
},
27
28
- {
29
- loader: 'image-webpack-loader',
30
- options: {
31
- mozjpeg: {
32
- progressive: true,
33
- quality: 65,
34
- },
35
- // other options...
36
37
38
],
39
40
{
package.json
@@ -31,7 +31,6 @@
"expose-loader": "^4.1.0",
"file-loader": "^6.2.0",
"fitvids": "1.0.2",
- "image-webpack-loader": "^8.1.0",
"imagesloaded": "4.1.4",
"infinite-scroll": "4.0.0",
"jquery": "^3.7.0",
0 commit comments