summaryrefslogtreecommitdiffstatshomepage
path: root/core/scripts/js
diff options
context:
space:
mode:
Diffstat (limited to 'core/scripts/js')
-rw-r--r--core/scripts/js/compile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/scripts/js/compile.js b/core/scripts/js/compile.js
index b1a347777c65..d644f55cbd4e 100644
--- a/core/scripts/js/compile.js
+++ b/core/scripts/js/compile.js
@@ -1,6 +1,6 @@
const chalk = require('chalk');
const log = require('./log');
-const babel = require('babel-core');
+const babel = require('@babel/core');
module.exports = (filePath, callback) => {
// Transform the file.