I want to utilize antd and I tested DatePicker.
But Whenever I do npm start I get error.
Here is my Component and package.json and .babelrc and webpack.config
I think this is a problem of this boilerplate.
Currently I updated webpack reffering to #186
Thank you
I want to utilize antd and I tested DatePicker. But Whenever I do npm start I get error. Here is my Component and package.json and .babelrc and webpack.config I think this is a problem of this boilerplate. Currently I updated webpack reffering to #186 Thank you
part of my component. omitted some
Package.json
.babelrc
{ "presets": ["react", "env", "stage-1"], "plugins": [ ["import", { "libraryName": "antd", "libraryDirectory": "es", "style": "css" }] ] }
webpack.config