-
-
Notifications
You must be signed in to change notification settings - Fork 273
How to use it with Create React App #149
Comments
@subhranshudas please create this question inside |
@evilebottnawi thanks for the reply. Have also created there one - facebook/create-react-app#4505 They have it in their backlog - facebook/create-react-app#3934 I am also trying for a ejected set up as well. But want to know from |
@subhranshudas no, we don't have standard procedure to integrate with CRA. A lot of boilerplates and CLIs build on webpack, we can't documented this in own README, it is should be done inside boilerplate docs. |
@evilebottnawi thanks for the reply, btw if you would be interested to know, the following is what i tried with |
You have to use : const myWorker = require('./myWorker.js'); // if using ts-loader, do not use ES6 imports |
Question - How to use worker loader with Create React App? Tried ejecting the CRA and putting webpack loader but i get something like -
version- "worker-loader": "^1.1.1"
The text was updated successfully, but these errors were encountered: