xiaogangLin
xiaogangLin
I had the same problem
@gitFoxCode Hi. when this error occurs I got the error log infos: ```node ERROR Cannot start nuxt: nuxtCtx.tryUse is not a function at useNuxt (?????/node_modules/nuxt-icons/node_modules/@nuxt/kit/dist/index.mjs:47:28) at addTemplate (?????/node_modules/nuxt-icons/node_modules/@nuxt/kit/dist/index.mjs:58:16) at setup...
> vue-cli@5怎么配置,一直都是无效的 @luocong2016 U can refer to my code and try it: ```javascript // vue.config.js // ... chainWebpack(config) { config.module.rule('scss').oneOfs.values().forEach(oneOfRule => { oneOfRule .use('css-unicode-loader') .loader('css-unicode-loader') .end() oneOfRule.uses.delete('sass-loader') oneOfRule .use('sass-loader') .loader('sass-loader')...