Hello! Thank you for this great plugin! However, I want to remove only side-effects imports that looks like this: `import 'something'`, but not like these: - `import { something } from 'something'` - `import something from 'something'` Is it possible? Thanks!