You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-12-07 23:36:31 +02:00
Implemented experimental Script Console for debugging with editor in the diag ui.
This commit is contained in:
@@ -119,6 +119,11 @@ const config = {
|
||||
rules: [
|
||||
{
|
||||
test: /\.worker\.js$/,
|
||||
issuer: {
|
||||
// monaco-editor includes the editor.worker.js in other language workers,
|
||||
// don't use worker-loader in that case
|
||||
exclude: /monaco-editor/
|
||||
},
|
||||
use: {
|
||||
loader: 'worker-loader',
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user