fictionco / fiction

(Public Release Summer 2024) Personal Marketing Platform. A powerful platform for your online identity.

Home Page:https://www.fiction.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use webp images

abishekrsrikaanth opened this issue · comments

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

Standard Webpack problem. I'll add webp to the file loader extensions; hopefully that works for you