Daniel Roe
Daniel Roe
also, ideally if the user has installed nuxt/fonts or icon, then nuxt/ui should augment or override some of their configuration, but it shouldn't cause any bugs. (I would regard this...
partial support landed via https://github.com/nuxt-modules/color-mode/pull/320, but we can iterate here to allow configuration
Your code is assuming a relative path from the Nuxt build directory: ```ts // Import the user's server options file. import serverOptions from './../server/myModule.serverOptions' ``` > https://github.com/dulnan/nuxt4-server-options-reproduction/blob/main/src/module.ts#L34 There are a...
I think the issue here is likely that we don't transpile the buildDir by default (if it's in node_modules, which it is for `compatibilityVersion: 4`). This should be fixed in...
@GaborTorma you should use `addServerTemplate` if you are adding code into the nitro build.
I've merged the tests in (as a TODO) in https://github.com/nuxt/test-utils/pull/629.
@TheAlexLichter do you think we could ship under an experimental flag? users would still need to manually set a resolution for `vite`, I think...
@TheAlexLichter do you think we can get this in the next minor?
Here's an example reproduction: https://stackblitz.com/edit/stackblitz-starters-w3d5xq?file=index.js