HM-39. Удалено сжатие картинок (#14)
This commit is contained in:
@ -71,26 +71,11 @@ module.exports = (env, argv) => ({
|
||||
},
|
||||
{
|
||||
test: /\.(gif|png|jpe?g|svg)$/i,
|
||||
use: [
|
||||
{
|
||||
loader: 'image-webpack-loader',
|
||||
options: {
|
||||
quality: 80
|
||||
},
|
||||
},
|
||||
{
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
limit: 200000,
|
||||
},
|
||||
},
|
||||
],
|
||||
loader: 'file-loader',
|
||||
},
|
||||
{
|
||||
test: /\.(woff|woff2|eot|ttf|otf)$/,
|
||||
use: [
|
||||
'file-loader',
|
||||
],
|
||||
loader: 'file-loader',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user