Is it possible to use load webworkers?
Created by: pedalpete
In the past I've used the web-worker loader in webpack, but with create-react-app, I get the no-webpack-loader-syntax
error.
Is there another way that you recommend to do this? I can't find anything in your documentation about webworkers, and it seems there isn't another way to load them in webpack.