Using a webp image on a testimonial image throws the following error.
Module parse failed: Unexpected character '' (1:5)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
(Source code omitted for this binary file)
@ ./src/factor-settings.ts 104:27-72
@ ./.factor/loader-settings.ts
@ ./node_modules/@factor/api/settings.ts
@ ./node_modules/@factor/app/app.ts
@ ./node_modules/@factor/app/entry-browser.ts
@ multi webpack-hot-middleware/client?noInfo=true&quiet=true ./node_modules/@factor/app/entry-browser
Using a
webp
image on a testimonial image throws the following error.