in case ``` import debug from 'debug'; const log = debug('SeparatedLayers:'); ``` plugin deleted only `const log = debug('SeparatedLayers:');` string, but all calls of log still in production code (and crush with `log is not defined`)
in case
plugin deleted only
const log = debug('SeparatedLayers:');string, but all calls of log still in production code (and crush withlog is not defined)