Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / scripts / js / babel-es6-watch.js
index 9b494822369b9190bc0f0fd4f65d9464dba6889f..c9d1b147e03e750314bca41c449d4fd260200a65 100644 (file)
@@ -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.`));