Description: Skip listr
 only affect reporting
Forwarded: not-needed
Reviewed-By: Xavier Guimard <yadd@debian.org>
Last-Update: 2020-10-12

--- a/src/packer/index.js
+++ b/src/packer/index.js
@@ -1,9 +1,9 @@
-import Listr from 'listr';
+//import Listr from 'listr';
 import packBrowsers from './browsers';
 
 /* Subsequent tasks need to be lazily loaded as the generator order matters,
    and the files are destroyed/re-created on each packing step. */
-
+/*
 const tasks = new Listr([
     {
         title: 'Browsers - Mangle application name',
@@ -24,3 +24,7 @@
 ]);
 
 tasks.run().catch(err => console.error(err));
+*/
+require('./agents').default();
+require('./feature').default();
+require('./region').default();
