- Rollup Plugin Name: strip
- Rollup Plugin Version: 1.3.1
- Rollup Version: 1.27.14
- Operating System (or Browser): Ubuntu 18.04
- Node Version: v13.5.0
How Do We Reproduce?
Clone the reproduction repository and follow the instructions in the README file.
Expected Behavior
Both files - resolved and unresolved should be identical and not include any console.log.
Actual Behavior
Files are different, the unresolved contains:
(function () {
'use strict';
function foo() { console.log('foo'); }
foo();
bar();
}());
How Do We Reproduce?
Clone the reproduction repository and follow the instructions in the README file.
Expected Behavior
Both files - resolved and unresolved should be identical and not include any
console.log.Actual Behavior
Files are different, the unresolved contains: