0712-2888027 189-8648-0214
微信公眾號(hào)

孝感風(fēng)信網(wǎng)絡(luò)科技有限公司微信公眾號(hào)

當(dāng)前位置:主頁(yè) > 技術(shù)支持 > Javascript/JQuery > WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)錯(cuò)誤的解決方法

WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)錯(cuò)誤的解決方法

時(shí)間:2024-09-20來(lái)源:風(fēng)信官網(wǎng) 點(diǎn)擊: 4591次

風(fēng)信網(wǎng)絡(luò)科技在Laravel項(xiàng)目中使用Vue進(jìn)行項(xiàng)目開(kāi)發(fā),在使用composer進(jìn)行安裝完成 laravel/ui 框架之后,進(jìn)行編譯,出現(xiàn)報(bào)錯(cuò)信息如下:

? Compiled Successfully in 12911ms
┌───────────────────┬──────────┐

│ File │ Size

├───────────────────┼──────────┤

│ /js/app.js │ 1.61 MiB

│ css/app.css │ 200 KiB

└─────────
──────────┴──────────┘

1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)
webpack compiled with 1 warning

出現(xiàn)此問(wèn)題的原因在于autoprefixer@10.4.6 以后棄用了 color-adjust,所以我們需要安裝低點(diǎn)版本的,選擇autoprefixer@10.4.5

執(zhí)行如下命令:

npm install autoprefixer@10.4.5 --save-exact

完成之后,再次運(yùn)行

npm run dev

編譯成功!

熱門(mén)關(guān)鍵詞: child compilations stats.children resp --stats-children details

您可能感興趣的相關(guān)文章:

欄目列表
推薦內(nèi)容
熱點(diǎn)內(nèi)容
展開(kāi)