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
- Host: GitHub
- URL: https://github.com/navono/web-worker-ts
- Owner: navono
- Created: 2021-03-12T08:21:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-06T08:42:38.000Z (about 5 years ago)
- Last Synced: 2025-06-03T17:31:20.210Z (about 1 year ago)
- Language: TypeScript
- Size: 260 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"