Server side, reduced image options to increase compile time.
This commit is contained in:
@ -94,7 +94,7 @@ module.exports = function(server, app) {
|
|||||||
use: [{
|
use: [{
|
||||||
loader: "responsive-loader",
|
loader: "responsive-loader",
|
||||||
options: {
|
options: {
|
||||||
sizes: [128, 256, 500, 750, 1000, 1250, 1500, 2000, 2250, 2500],
|
sizes: [250, 500, 1000, 1500, 2000, 2500],
|
||||||
name: "[path][name]_[width]x.[ext]",
|
name: "[path][name]_[width]x.[ext]",
|
||||||
context: 'public'
|
context: 'public'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user