Jeremy Frank

Results 1 comments of Jeremy Frank

For those who are having this problem, the `use` keyword is no longer working. `plugins` is the correct option. ```js const imagemin = require('imagemin'); const imageminWebp = require('imagemin-webp'); (async ()...