build with `minify: true` ```js // index.js import printMe from './print.js' let let = let; // error printMe(let); ``` ```js // print.js export default function printMe(a) { console.log('I get called from print.js!', a); } ``` <img width="1136" alt="Screen Shot 2022-11-04 at 12 40 06" src="https://user-images.githubusercontent.com/42857895/199888869-81258ec9-ce35-41db-beec-42de1f740fe5.png">