Open chemiakinav opened 3 years ago
Correct webpack build and work when I use worker-loader with the inline option
I've got error:
With another options, it works fine, without inline - too (but it produce SCP error, that's why I need inline option)
import Worker from 'worker-loader?inline=no-fallback!./workers/my-worker'
Expected Behavior
Correct webpack build and work when I use worker-loader with the inline option
Actual Behavior
I've got error:
Code
With another options, it works fine, without inline - too (but it produce SCP error, that's why I need inline option)