Open dvago opened 9 years ago
Hi there,
I've implemented this plugin into a project of mine where I'm organizing the logs into Groups for a cleaner debug.
I still having the group logs when I run the build. I tried to extend the namespace as the following code Could you have a look please?
removelogging: { dist: { src: "dist/**/*.js", options: { namespace: ['console', 'console.groupEnd', 'console.group'] } } },
I closed the issue when I saw the methods option but didn't work. The issue still :(
Hi there,
I've implemented this plugin into a project of mine where I'm organizing the logs into Groups for a cleaner debug.
I still having the group logs when I run the build. I tried to extend the namespace as the following code Could you have a look please?