You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the detailed issue @higuaifan. This issue should be resolved by unjs/c12@367cbf8. Can you please try upgrading using npn nuxi upgrade --force?
Thanks for the detailed issue @higuaifan. This issue should be resolved by unjs/c12@367cbf8. Can you please try upgrading using npn nuxi upgrade --force?
Environment
Darwin
v16.14.0
3.0.0
pnpm@6.32.3
vite
extensions
,modules
./modules/markdown
-
Reproduction
I don't think it might be necessary.
Describe the bug
if my
nuxt.config.ts
like this:in
loadNuxtConfig
, after runloadConfig
,nuxtConfig
will like this:I believe it is a bug .. or this is a new feature (I don't know much about
individual config layers for extending
)?in this line used
loadConfig
,https://github.com/nuxt/framework/blob/53fbca77d4b84ac9b8eadd582d7afbbbc5819fa1/packages/kit/src/loader/config.ts#L3
and
c12
is upgrade to^0.2.0
, support individual config layers for extending.https://github.com/unjs/c12/blob/8808f3793875cf862326163196087cc68c75dae3/src/loader.ts#L99-L125
baseLayers
includesconfig
and thendefu
config
tor.config
...I think the problem might be here..anyway.. It will makes module load twice..
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: