You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2021. It is now read-only.
I should set the inline option, but if module declare start with worker-loader!, it like to override my webpack config with no options after worker-loader
The result
In typescript, inline option in webpack config not work, I mush set inline option on the path after loader
Expected
A solution that, typescript can detect the WebpackWorker and I can config the worker-loader in webpack config not write a query string when importing.
For typescript
I should declare my own module like this.
For inline worker
I should set the inline option, but if module declare start with
worker-loader!, it like to override my webpack config with no options afterworker-loaderThe result
In typescript, inline option in webpack config not work, I mush set inline option on the path after loader
Expected
A solution that, typescript can detect the WebpackWorker and I can config the worker-loader in webpack config not write a query string when importing.