Anyone have the step-by-step to get webpackified antd working in meteor?

Has anyone done this to get rid of the below for antd:

You are using a whole package of antd,please use https://www.npmjs.com/package/babel-plugin-import to reduce app bundle size.

For background, here’s some prior discussion on the subject:

UPDATE:

So I have a setup. The error message is gone, however I am not sure how to tell if I’m bundling the entire antd library or not. How can you tell?

Even though the error is gone, it doesn’t seem like my page loading is any faster.