summaryrefslogtreecommitdiffstatshomepage
path: root/core/scripts/js/babel-es6-watch.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/scripts/js/babel-es6-watch.js')
-rw-r--r--core/scripts/js/babel-es6-watch.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/scripts/js/babel-es6-watch.js b/core/scripts/js/babel-es6-watch.js
index 9b494822369..c9d1b147e03 100644
--- a/core/scripts/js/babel-es6-watch.js
+++ b/core/scripts/js/babel-es6-watch.js
@@ -39,8 +39,5 @@ watcher
fs.stat(`${fileName}.js`, () => {
fs.unlink(`${fileName}.js`, unlinkHandler);
});
- fs.stat(`${fileName}.js.map`, () => {
- fs.unlink(`${fileName}.js.map`, unlinkHandler);
- });
})
.on('ready', () => log(`Watching '${fileMatch}' for changes.`));