diff --git a/webapp/channels/src/plugins/index.js b/webapp/channels/src/plugins/index.js index fcc8b803f8..1481fba915 100644 --- a/webapp/channels/src/plugins/index.js +++ b/webapp/channels/src/plugins/index.js @@ -153,6 +153,7 @@ export function loadPlugin(manifest) { script.id = 'plugin_' + manifest.id; script.type = 'text/javascript'; script.src = getSiteURL() + bundlePath; + script.defer = true; script.onload = onLoad; script.onerror = onError;