久久久久精品国产,丰满少妇粗大猛烈进高清播放,久久久97,在线18禁

<wbr id="x3zex"><nav id="x3zex"><em id="x3zex"></em></nav></wbr>

        <s id="x3zex"></s>
        1. <ruby id="x3zex"><nav id="x3zex"><acronym id="x3zex"></acronym></nav></ruby>
          <font id="x3zex"><noscript id="x3zex"></noscript></font>
          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í)間:2022-07-19來(lái)源:風(fēng)信官網(wǎng) 點(diǎn)擊: 4670次

          風(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

          編譯成功!

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