文件名称:rollup-plugin-comlink:通过汇总无缝使用工作人员
文件大小:25KB
文件格式:ZIP
更新时间:2024-05-26 03:12:35
JavaScript
汇总插件链接 无缝使用工人 工作者是JavaScript的线程版本。 因为主线程已经超载,尤其是在较慢或较旧的设备上。 教Rollup有关 。 该插件使用使其无缝使用。 用法 为了避免必须在每个版本的或我的发布此插件的新版本,这两个模块都已声明为对等依赖项。 这意味着您将必须明确地将它们添加到您的依赖项列表中: $ npm install --save @surma/rollup-plugin-comlink @surma/rollup-plugin-off-main-thread comlink 设定档 // rollup.config.js import comlink from "@surma/rollup-plugin-comlink" ; import omt from "@surma/rollup-plugin-off-main-thread" ; export defau
【文件预览】:
rollup-plugin-comlink-master
----Dockerfile(527B)
----.gitignore(59B)
----karma.conf.js(1KB)
----README.md(3KB)
----tests()
--------fixtures()
--------simple-bundle.test.js(1KB)
--------destructuring.test.js(1KB)
--------module-worker.test.js(2KB)
----LICENSE(11KB)
----package.json(1KB)
----CODEOWNERS(9B)
----renovate.json(33B)
----run_tests.js(2KB)
----index.js(3KB)
----CONTRIBUTORS(465B)
----CONTRIBUTING(1KB)
----.travis.yml(114B)