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 wondering if it would aslo make sens to let the plugin wrap the import/require of the warning dependency with a process.env.NODE_ENV !== 'production' block.
That shouldn't make any different when using a flat bundler like rollup but I think that would save us some module tree traversal when using a bundler like webpack.
The text was updated successfully, but these errors were encountered:
I'm wondering if it would aslo make sens to let the plugin wrap the
import
/require
of thewarning
dependency with aprocess.env.NODE_ENV !== 'production'
block.That shouldn't make any different when using a flat bundler like rollup but I think that would save us some module tree traversal when using a bundler like webpack.
The text was updated successfully, but these errors were encountered: