Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道为什么我在捆绑包中得到重复的 webpack 运行时?
它在 ? 之后添加多个数字 并且浏览器将它们视为新文件。
查看左侧的文件树:
为什么要这样做?我只想要捆绑中文件的一份副本。
Webpackentry设计为每个客户端/服务器对设置。这就是为什么你会看到所有这些印刷品。鉴于每个条目恰好依赖于jwt-decode,您也会收到这些警告。
entry
这是相关代码。该代码是作为错误修复的一部分引入的。