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 中的 worker 的 worker-loader 相比,使用 worker-plugin 有什么好处,为什么?哪一个更好?
主要区别在于 Worker-Plugin 允许您编写完全标准的语法,无需 Webpack 即可运行,并将其捆绑在幕后。Worker-Loader 引入了自己的特定于 Webpack 的 API(尽管它很简单)。