Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKruckenberg committed Jan 28, 2021
1 parent 76d73de commit 17d31c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import path from 'path'
import { PluginContext } from 'rollup'

const defaultOptions: Options = {
include: ['**/*.png', '**/*.jpg', '**/*.jpeg', '**/*.gif'],
include: ['**/*.png', '**/*.jpg', '**/*.jpeg', '**/*.gif', '**/*.webp'],
exclude: '',
targets: [{ format: 'jpeg' }, { format: 'webp' }, { format: 'avif' }]
}
Expand Down

0 comments on commit 17d31c5

Please sign in to comment.