quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time

Home Page:https://quasar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@quasar/extras@1.16.10 breaks fontawesome-v6

anteqkois opened this issue · comments

What happened?

My build starts fails at production. I found that here are installing @quasar/extras@1.16.10. I checked locally and with fixed version @quasar/extras@1.16.9 all works fine, but when I switch to @quasar/extras@1.16.10, this error occurs.

image

What did you expect to happen?

Succesfully build

Reproduction URL

i can't provide repo etc. it's private (company)

How to reproduce?

  1. add fontawesome icons
  2. install @quasar/extras@1.16.10
  3. quasar build

Flavour

Quasar CLI with Webpack (@quasar/cli | @quasar/app-webpack)

Areas

Plugins (quasar), Quasar Extras (@quasar/extras), App Extension API

Platforms/Browsers

No response

Quasar info output

No response

Relevant log output

App •  ERROR  •  UI  in ./node_modules/.pnpm/@quasar+extras@1.16.10/node_modules/@quasar/extras/fontawesome-v6/fontawesome-v6.css

Module not found: Can't resolve imported dependency "../webfonts/fa-brands-400.woff2"

 App •  ERROR  •  UI  in ./node_modules/.pnpm/@quasar+extras@1.16.10/node_modules/@quasar/extras/fontawesome-v6/fontawesome-v6.css

Module not found: Can't resolve imported dependency "../webfonts/fa-brands-400.ttf"


 App •  COMPILATION FAILED  • Please check the log above for details.

Additional context

No response

Hi @anteqkois! 👋

It looks like you provided an invalid or unsupported reproduction URL.
Do not use any service other than Codepen, jsFiddle, StackBlitz, Codesandbox, and GitHub.
Make sure the URL you provided is correct and reachable. You can test it by visiting it in a private tab, another device, etc.
Please edit your original post above and provide a valid reproduction URL as explained.

Without a proper reproduction, your issue will have to get closed.

Thank you for your collaboration. 👏

Thanks for reporting!
Fix will be available shortly in q/extras 1.16.11

Released it.