Console helpers for testing by hand, only in the development build.
__DEV__ is a DefinePlugin constant, so in production this is if (false)
and webpack drops both the require and the whole ./dev module from the
bundle. The type import is erased at compile time, it adds no dependency.
Console helpers for testing by hand, only in the development build.
__DEV__is a DefinePlugin constant, so in production this isif (false)and webpack drops both the require and the whole./devmodule from the bundle. The type import is erased at compile time, it adds no dependency.