簡體   English   中英

解決 preact Brotli 構建沖突:相同的文件名

[英]Resolve preact Brotli build conflict: same filename

當前行為

preact build --brotli打印以下錯誤:

‼ WARN Conflict: Multiple assets emit different content to the same filename.br

其他相關信息

  • 我的應用程序是標准的 preact-cli“默認”(preact-cli 模板)。
  • 不按需要/預期使用--brotli標志構建。
  • 很明顯,js 文件正在構建為.br ,但沒有文件名。
    Environment Info:
    System:
      OS: Windows 10 10.0.19045
      CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
    Binaries:
      Node: 18.12.1
      npm: 8.4.1
    Browsers:
      Edge: Spartan (44.19041.1266.0), Chromium (108.0.1462.54)
    npmPackages:
      preact: ^10.11.2 => 10.11.2
      preact-cli: ^3.4.1 => 3.4.1
      preact-render-to-string: ^5.2.6 => 5.2.6
      preact-router: ^4.1.0 => 4.1.0

根據preact-cli 文檔結合我能找到的關於預期行為的唯一演練,我希望看到“......所有生成的 javascript 文件旁邊還有一個 .js.br 文件。”

重現該行為的步驟:

  1. preact build --brotli
  2. 查看錯誤

錯誤

    preact build --brotli

    ‼ WARN Could not find sw.js in C:\... Using the default service worker.

                           bundle.*****.esm.js ⏤  91.3 kB
                        polyfills.*****.esm.js ⏤  2.18 kB
              route-REDACT.chunk.6bef3.css ⏤  236 B
           route-REDACT.chunk.*****.esm.js ⏤  849 B
            route-REDACT.chunk.*****.esm.js ⏤  1.54 kB
        route-REDACT.chunk.64635.css ⏤  138 B
     route-REDACT.chunk.*****.esm.js ⏤  641 B
       route-REDACT.chunk.*****.esm.js ⏤  294 B
                                         sw.js ⏤  10.9 kB
                                     sw-esm.js ⏤  10.9 kB
                            polyfills.77b1f.js ⏤  2.28 kB
                                    index.html ⏤  1.66 kB (-19 B)
                                      200.html ⏤  1.17 kB
                              bundle.ccccc.css ⏤  5.36 kB
                 route-REDACT.chunk.230c8.css ⏤  139 B
              route-REDACT.chunk.*****.esm.js ⏤  405 B
               route-REDACT.chunk.f85cc.css ⏤  571 B
                               bundle.bbbbb.js ⏤  92.7 kB
                  route-REDACT.chunk.f4a3f.js ⏤  412 B
               route-REDACT.chunk.4a8c5.js ⏤  1.36 kB
                route-REDACT.chunk.56f91.js ⏤  2.14 kB
         route-REDACT.chunk.e7d3e.js ⏤  1.16 kB
           route-REDACT.chunk.68634.js ⏤  293 B

    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN asset size limit: The following asset(s) exceed the recommended size limit (195 KiB).
    This can impact web performance.
    Assets:
      bundle.aaaaa.esm.js (376 KiB)
      bundle.bbbbb.js (390 KiB)
    ‼ WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (195 KiB). This can impact web performance.
    Entrypoints:
      bundle (785 KiB)
          bundle.ccccc.css
          bundle.bbbbb.js
          bundle.aaaaa.esm.js

    `your text`‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN Conflict: Multiple assets emit different content to the same filename .br
    ‼ WARN asset size limit: The following asset(s) exceed the recommended size limit (195 KiB).
    This can impact web performance.
    Assets:
      bundle.aaaaa.esm.js (376 KiB)
      bundle.bbbbb.js (390 KiB)
    ‼ WARN entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (195 KiB). This can impact web performance.
    Entrypoints:
      bundle (785 KiB)
          bundle.ccccc.css
          bundle.bbbbb.js
          bundle.aaaaa.esm.js

此問題的修復已作為 preact preact-cli v3.4.3 發布。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM