antd - Ant design in MERN boilerplate -


want use ant design in project mern boilerplate having problems integration.

i've installed antd , babel-plugin-import , added .babelrc

"import",   {     "libraryname": "antd",     "style": "css"   } 

since use webpack, have change there?

when start server, get: can't resolve 'antd/lib/sider/style/css'

i have looked around on many boilerplates , tried integrate project, can't work.

here github repo

looks use webpack 2.x, config may different.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -