Filipe Crespo Dev
Filipe Crespo Dev
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
In this case, what is the best way to import?
30 replies
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
modules: [
'@pinia/nuxt',
'nuxt-icon',
'@nuxt/image',
'@vueuse/nuxt',
'@nuxtjs/critters',
'@nuxtjs/tailwindcss',
'@nuxtjs/google-fonts',
'nuxt-gtag',
'nuxt-simple-robots',
'vue3-carousel-nuxt',
'@nuxtjs/sitemap',
'@nuxt/image',
'nuxt3-leaflet',
],
modules: [
'@pinia/nuxt',
'nuxt-icon',
'@nuxt/image',
'@vueuse/nuxt',
'@nuxtjs/critters',
'@nuxtjs/tailwindcss',
'@nuxtjs/google-fonts',
'nuxt-gtag',
'nuxt-simple-robots',
'vue3-carousel-nuxt',
'@nuxtjs/sitemap',
'@nuxt/image',
'nuxt3-leaflet',
],
30 replies
NNuxt
Created by Kyllian on 3/18/2024 in #❓・help
nuxt-gtag unused javascript
This problem is common because you are not the one managing the ga file
4 replies
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
I've seen several configs, in vite, rollup, nitro and nuxt but all note remove the unused js
30 replies
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
No description
30 replies
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
you have a example using lazy-load dependencies
30 replies
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
have a option for included a lib only in page necessary?
30 replies
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
i saw the file in my project and the lib (nuxt3-leaflet) is responsible for more than 50%
30 replies
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
my project have the same problem
30 replies
NNuxt
Created by FoxCode on 3/10/2023 in #❓・help
Reduce unused javascript (nuxt)
@manniL / TheAlexLichter You have example for this ?
30 replies
NNuxt
Created by DANANZ M1 on 3/7/2024 in #❓・help
Missing NODE_ENV in nuxt
when I use this in the test it doesn't work, I use build and when I run nuxt it changes the env to production and in the log there is this message WARN Changing NODE_ENV from test to production, to avoid unintended behavior.
16 replies