fontawesome-module
fontawesome-module copied to clipboard
Module to use Font Awesome icons in Nuxt.js
# Version @nuxt/cli v2.15.6 node v14.17.0 # Config  # Usage ```node ``` 
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxtjs/eslint-config](https://togithub.com/nuxt/eslint-config) | [`^2.0.2` -> `^10.0.0`](https://renovatebot.com/diffs/npm/@nuxtjs%2feslint-config/2.0.2/10.0.0) | [](https://docs.renovatebot.com/merge-confidence/)...
just tried to generate my nuxt site with `npx nuxi generate` using nuxt rc-3 getting this warning: ``` WARN 15:54:43 (!) Some chunks are larger than 500 KiB after minification....
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nuxt-community/fontawesome-module). ## Repository Problems These problems occurred while...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@fortawesome/fontawesome-svg-core](https://fontawesome.com) ([source](https://redirect.github.com/FortAwesome/Font-Awesome)) | [`^1.2.27` -> `^7.1.0`](https://renovatebot.com/diffs/npm/@fortawesome%2ffontawesome-svg-core/1.2.27/7.1.0) |  |  | | [@fortawesome/free-brands-svg-icons](https://fontawesome.com)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@fortawesome/fontawesome-svg-core](https://fontawesome.com) ([source](https://togithub.com/FortAwesome/Font-Awesome)) | [`^1.2.27` -> `^1.2.36`](https://renovatebot.com/diffs/npm/@fortawesome%2ffontawesome-svg-core/1.2.27/1.2.36) |...
Loads fine on local dev, but not loading on a SSR build on live server. The markup in my vue page component is: ``` ``` Inspecting page code on the...
Hello, it is possible to not list all icons used on a whole site in nuxt.config.js, but benefit from tree shaking (load only icons used on the page)? Ideally without...
Hi, does someone having this problem: `fontawesome: { component: 'fa', icons: { solid: true, brands: true, }, },` `` The icons is loaded in dev mode but not in build....
Hello, Are you planning on supporting the new FontAwesome 6 version (which is still in Beta, but accessible to subscribers)? Thanks