diff options
-rw-r--r-- | js/bin/HttpServer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bin/HttpServer.js b/js/bin/HttpServer.js index 9cc3a71995e..aaf3658086c 100644 --- a/js/bin/HttpServer.js +++ b/js/bin/HttpServer.js @@ -116,7 +116,7 @@ function Init() if(worker) { // Do not include babel polyfill when using workers, it is bundle with the controllerwoker - TestData.workerScripts = TestData.scripts.filter(script => script.indexOf("/babel-polyfill/") === -1); + TestData.workerScripts = TestData.scripts.filter(script => script.indexOf("/@babel/polyfill/") === -1); } res.writeHead(200, {"Content-Type": "text/html"}); |