@wppconnect/wa-js - v4.6.0
    Preparing search index...

    Variable dev

    dev: __module | undefined

    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.