DocSpring / craco-antd

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

Use new less loader options #35

Closed satubi closed 4 years ago

satubi commented 4 years ago

Fixes #33

ndbroadbent commented 4 years ago

Hello, thanks for the PR! Unfortunately the Travis CI build didn't seem to get triggered. I'm not too sure why!

But I do need some further help to make sure that everything works and the CI builds are all passing. I'm not able to spend a lot of time maintaining this project, so I set a very high bar for any PRs to be merged.

Could you please manually run the checks in .travis.yml and let me know if everything is passing? You will need to run these commands:

jest --coverage --testPathIgnorePatterns test-app
yarn audit

If there are any security vulnerabilities, I would also really appreciate your help with updating any packages. Also if you could please update the less-loader and craco-less versions to the latest versions. Thanks a lot for your help!

ndbroadbent commented 4 years ago

Hello, thanks again for your help! I've updated craco-less and the less loader to the latest versions, and the changes have been pushed to craco-antd version 1.15.0