summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/.babelrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/.babelrc b/js/.babelrc
index 3d46c0eb391..b70422ba5ad 100644
--- a/js/.babelrc
+++ b/js/.babelrc
@@ -15,8 +15,7 @@
[
"rewrite-require",
{
- "aliases": { "ice": "ice/src/es5",
- "../../../Common/Common": "../../../Common/es5/Common"}
+ "aliases": { "ice": "ice/src/es5"}
}
]
]