Dynamic imports still include a part of antd

From my understanding, if you load a module dynamically nothing should be included in the initial bundle. However, when I import antd table dynamically, something is still included in the bundle?
Without the table my bundle size is 403kb, if I import it statically it becomes 1.36mb. So I tried importing it dynamically, thinking it would go back down to 403kb however it goes to 512kb. Why is that happening? I used the default meteor starter, here is my code:

Use Meteor bundle-visualizer package to see what is included in details bundle-visualizer | Meteor API Docs