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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: