summaryrefslogtreecommitdiff
path: root/js/bin/HttpServer.js
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2018-10-17 12:33:51 +0200
committerJose <jose@zeroc.com>2018-10-17 12:33:51 +0200
commitadc65476463078dbc96709b6d57c8dea91ed4e89 (patch)
tree13c2790b933a533ce7aea154a478edd4165e4af3 /js/bin/HttpServer.js
parentFixed bug in test driver where server failures could go un-noticed, cleaned u... (diff)
downloadice-adc65476463078dbc96709b6d57c8dea91ed4e89.tar.bz2
ice-adc65476463078dbc96709b6d57c8dea91ed4e89.tar.xz
ice-adc65476463078dbc96709b6d57c8dea91ed4e89.zip
Upgrade JavaScript build to Babel 7
Close #243
Diffstat (limited to 'js/bin/HttpServer.js')
-rw-r--r--js/bin/HttpServer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bin/HttpServer.js b/js/bin/HttpServer.js
index ca3aacd2c2c..9cc3a71995e 100644
--- a/js/bin/HttpServer.js
+++ b/js/bin/HttpServer.js
@@ -75,7 +75,7 @@ function Init()
var testpath = path.resolve(path.join(this._basePath, "test", matchController[1]))
var worker = req.url.query.worker == "True";
var scripts = es5 ? [
- "/node_modules/babel-polyfill/dist/polyfill.js",
+ "/node_modules/@babel/polyfill/dist/polyfill.js",
"/lib/es5/Ice.js",
"/test/es5/Common/TestHelper.js",
"/test/es5/Common/Controller.js",