- Operating System: Mac
- Node Version: 15.3.0
- NPM Version: 6.14.8
- webpack Version: 4.44.2
- worker-loader Version: 3.0.8
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)
import Worker from 'worker-loader?inline=no-fallback!./workers/my-worker'