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 [strange technique using computed property](https://github.com/nuxt-community/fontawesome-module#usage).
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 strange technique using computed property.