-
fix(nuxt): use loadNuxtConfig to load nuxt config for plugin (#28795)
发布于
2024-11-05 23:38:41 +00:00 Current Behavior
We switched to using
loadConfigFilefrom@nx/devkitto load Nuxt
Config files when plugins were not isolated.
However, they are now, so we can useloadNuxtConfigagain.The effect of using
loadConfigFilepaired with Nuxt's auto-imports
resulted in inconsistent failures.Expected Behavior
Use
loadNuxtConfigwhenNX_ISOLATE_PLUGINS=trueRelated Issue(s)
(cherry picked from commit
be7bfa4820)下载附件