How to unminify the js files?
问题 How can I unminify js file which is minify from webpack tool. Before minify, function autoslideSlider() { $('.next-slide').trigger('click'); } $(window).on('load', function(){ $('.preloader').fadeOut('fast'); $('#after_load').addClass('show'); setInterval(autoslideSlider, 8000); }); $('a').on('click', function () { if (location.pathname.replace(/^\//, '') === this.pathname.replace(/^\//, '') && location.hostname === this.hostname) { var $target = $(this.hash); $target = $target.length &&