console-browserify icon indicating copy to clipboard operation
console-browserify copied to clipboard

Missing polyfill functions

Open neutraali opened this issue 7 years ago • 0 comments

I'm asking this because this plugin is in use @ Webpack 3 via node-libs-browser.

It would be nice to include a bunch of functions handlers for this, such as console.table, or a generic handler that can stub any function call so that it won't result in an error (crucial for legacy browsers).

Otherwise this polyfill is starting to be a bit outdated.

neutraali avatar Mar 21 '18 10:03 neutraali