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
.replace('{{WORKBENCH_WEB_CONFIGURATION}}',()=>webConfigJSON)// use a replace function to avoid that regexp replace patterns ($&, $0, ...) are applied
307
+
.replace('{{WORKBENCH_WEB_CONFIGURATION}}',()=>escapeAttribute(JSON.stringify(webConfigJSON)))// use a replace function to avoid that regexp replace patterns ($&, $0, ...) are applied
0 commit comments