DocSpring / craco-antd

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

Update package.json #76

Closed sheiy closed 2 years ago

sheiy commented 2 years ago

fix https://github.com/DocSpring/craco-antd/issues/73

Thanks for helping to maintain craco-antd!

Before you submit this PR, please check the following:

jest --coverage --testPathIgnorePatterns test-app
yarn prettier --write "**/*.{js,jsx,json,css,scss,html,md,yml}"
yarn eslint --fix --ext .js lib/
yarn audit

You are also welcome to add your GitHub username to the Contributors section at the bottom of this README. (optional)

Please don't submit this pull request if it does not meet the above requirements.

kamronbatman commented 2 years ago

Look at #75 which should address this. Tests need to be updated too I believe.