Working on my second ever meteor app. First one was using the Blaze view. This time I am going down the React view route.
I saw the announcement for antd 3.0 this morning, and it looks great, but I’ve struggled to figure out how to implement it into a brand new meteor create --full app-name
Would someone mind nudging me in the right direction?
How did you manage to get it working? ReferenceError: Button is not defined if I simply import from antd although I have `babel-plugin-import’ setup as per their docs.
I think somethin in meteor build system interferes with the plugin. What’s your .babelrc looks like?