We have defined bundleDependencies in package.json
Looking into npm docs, bundleDependencies are used to specify dependencies that will be bundle when publish. But current version published in npm, don't have dependencies (node_modules).
So, Is worth it keep bundleDependencies? Is anyone using anywhere? Or we can remove?