- 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: <img width="913" alt="Screenshot 2021-03-24 at 11 00 04" src="https://user-images.githubusercontent.com/74294894/112274945-1aef4600-8c90-11eb-9998-a76eed586057.png"> ### Code With another options, it works fine, without inline - too (but it produce SCP error, that's why I need inline option) ```js 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)