I have a package in node_modules. and I used `esm` I mean my package `type` is `module`. but in bundle files, I see my package's propTypes. <img width="408" alt="Screen Shot 2021-05-28 at 16 32 48" src="https://user-images.githubusercontent.com/1549069/119981097-79a7a780-bfd2-11eb-8d11-21c0eccb2e02.png">
I have a package in node_modules. and I used
esmI mean my packagetypeismodule. but in bundle files, I see my package's propTypes.