MaxT
MaxT
Explore posts from servers
NNuxt
Created by Viridian on 6/12/2024 in #❓・help
DeprecationWarning when building with nuxt-icon
7 replies
NNuxt
Created by Viridian on 6/12/2024 in #❓・help
DeprecationWarning when building with nuxt-icon
Maybe something weird in Nitro. I would file a bug there if I knew for sure it was Nitro related. But I'm not sure how to confirm that.
7 replies
NNuxt
Created by Viridian on 6/12/2024 in #❓・help
DeprecationWarning when building with nuxt-icon
I am getting the same warnings with a different package. Seems like Windows only. Seems like NPM only. Seems like during the server part of nuxt build only.
7 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
I couldn't figure out how it's supposed to work, since there is no documentation yet....I played around with Next.js 13 instead 😄 I'll revisit once Nuxt 3.1 and Vue 3.3 are out.
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
I was able to get it working wiht a new project. Not sure why it wasn't upgrading the original one. 😮
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
npm run postinstall which runs nuxt prepare doesn't seem to make a difference 😦
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
it still shows as 3.0.0 when I do npm i
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
and didn't see the experimental flag for islands in nuxt config file 😄
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
did npm i
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
deleted the lock file
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
"nuxt": "npm:nuxt3@latest"
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
I put this in my package.json
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
I was probably doing something wrong
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
I tried doing the edge channel, but it didn't pull in a new version
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
Thanks for the explanations by the way. I am brand new to Nuxt, coming from Next.js
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
Basically I just need the vue runtime loaded and the rest of the javascript lazy-loaded when islands come in 3.1 (or using a plugin). No need for client side routing
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
So there is no way to disable this behavior? I still need javascript for components. I just don't need client-side routing for a MPA.
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
You are right. The router is being added.
31 replies
NNuxt
Created by MaxT on 12/16/2022 in #❓・help
SSG and the size of entry.js file
I will check. Why would the router be included for SSG? Isn't that needed for SPA/Hybrid instead of MPA (that is fully static)?
31 replies