nuxt3-awesome-starter icon indicating copy to clipboard operation
nuxt3-awesome-starter copied to clipboard

Using extendBuild in Nuxt 3 has no effect.

Open laportem opened this issue 3 years ago • 2 comments

I keep getting this warn on yarn dev. How do one get rid of it

WARN [kit] [compat] Using extendBuild in Nuxt 3 has no effect. Instead call extendWebpackConfig and extendViteConfig.

laportem avatar Apr 19 '22 13:04 laportem

since the nuxt3 update a few days ago, there have been changes in the nuxt-kit, one of which is the use of deprecated "extendBuild". so some existing modules will experience the warning, such as the "@nuxtjs/eslint-module" module and several other modules that use the "extendBuild" function.

but during testing, I still didn't find any serious problems, so for now it can be ignored until there is an update from the module / plugin.

viandwi24 avatar Apr 19 '22 21:04 viandwi24

See https://github.com/antfu/unplugin-icons/issues/198

lewebsimple avatar May 10 '22 16:05 lewebsimple