DocSpring / craco-antd

A craco plugin to use Ant Design with create-react-app
MIT License
234 stars 49 forks source link

Update failing tests #23

Closed Vovan-VE closed 4 years ago

Vovan-VE commented 4 years ago

Probably, minimal @craco/craco version should be updated.

ndbroadbent commented 4 years ago

Awesome, thank you very much! I didn’t know about the mergeWebpackConfig function. I will merge this in soon and release a new version

Vovan-VE commented 4 years ago

Ok, mergeWebpackConfig() was instroduced in @craco/craco 5.3.0. But test cases in this PR are based on react-scripts 3.2.0. I suppose, react-scripts dependency should be ^3.2.0 (or ~3.2.0) now.