UNPKG

web-threads

Version:

generic threads using web workers for the web

15 lines (13 loc) 247 B
import babel from 'rollup-plugin-babel' export default { input: "lib/web-threads.js", plugins: [ babel() ], output: [ { name: "web-threads", format: "cjs", file: "dist/web-threads.js", }] }