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
Post a Comment