diff options
Diffstat (limited to 'core/scripts/js/babel-es6-watch.js')
-rw-r--r-- | core/scripts/js/babel-es6-watch.js | 3 |
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.`)); |