This is working in my case. Just encapsulate your JavaScript code like this.
(function () { function yourFunction() { ... } function yourOtherFunction() { ... } })();
But doesnot work on PWA's.