Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
Enable web worker-loader for your create-react-app project.
Usage
npm i -D rescript-worker-loader
Set up rescript as how its document said, then add 'worker-loader' to the list, for example:
"rescripts": [ [ "use-babel-config", ".babelrc.js" ], "disable-eslint", "worker-loader" ],