Daniel Roe

Results 2592 comments of Daniel Roe

This might be resolved by https://github.com/nuxt/nuxt/pull/23769

Would love your improvements! 🙏

I would love any PR to improve the docs here 🙏

`unbuild` does not use typescript to build your app. It uses rollup, so setting a path there doesn't tell rollup how to resolve it.

You can reproduce on Windows (Command Prompt only, not PowerShell) with the following reproduction: ```ts import consola from 'consola' consola.prompt('where would you like to go?') ```

`nuxi typecheck` simply runs `vue-tsc`, but it also includes server files as these are required for type inference. I think there's a need to improve this - let's track in...

would you be able to add an example of the usage you have in mind, perhaps by adding it to the test fixture? 🙏

cc: @pi0 - what do you think?

i read it but i'm have you understood my comment? this change breaks the functionality of this module in production by changing a 'default' to an override

would you spell out your desired behaviour, as clearly as possible, and addressing any edge cases or differences between how things work in production and in development?