Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
fix: add extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Jan 5, 2022
1 parent af32e63 commit a08e7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ module.exports = function(content) {
// optional optimizers
if(options.webp.enabled !== false) {
async function loadWebp() {
await import('imagemin-webp').then(({ default: imageminWebp}) => {
await import('imagemin-webp').then(({ default: imageminWebp }) => {
plugins.push(imageminWebp(options.webp));
});
}
Expand Down

0 comments on commit a08e7d1

Please sign in to comment.