You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log('Usage: pack inputFile outputFile\n- inputFile should be the entry-point to the application\n- outputFile will be created and contain the final bundle');
process.exit();
}
console.log(`Bundling ${inputFile} into ${outputFile}`);