An open API service indexing awesome lists of open source software.

https://github.com/navono/web-worker-ts

web worker for Webpack and Rollup
https://github.com/navono/web-worker-ts

Last synced: 11 months ago
JSON representation

web worker for Webpack and Rollup

Awesome Lists containing this project

README

          

# web-worker-ts

演示如何在 `lib` 中集成 `web worker` 并同时在 `React` 中使用。

## dev

### rollup-lib

> yarn link

### webpack-lib

> yarn link

### app

> yarn link "rolluplib"
>
> yarn link "webpacklib"