Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build warning causing fail on CI #26

Closed
ymoussaba opened this issue Oct 1, 2020 · 1 comment
Closed

Fix build warning causing fail on CI #26

ymoussaba opened this issue Oct 1, 2020 · 1 comment

Comments

@ymoussaba
Copy link
Collaborator

chunk 4 [mini-css-extract-plugin]
Conflicting order. Following module has been added:
 * css ./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-8-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-8-3!./node_modules/craco-antd/node_modules/less-loader/dist/cjs.js??ref--6-oneOf-8-4!./node_modules/antd/lib/page-header/style/index.less
despite it was not able to fulfill desired ordering with these modules:
 * css ./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-8-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-8-3!./node_modules/craco-antd/node_modules/less-loader/dist/cjs.js??ref--6-oneOf-8-4!./node_modules/antd/lib/descriptions/style/index.less
   - couldn't fulfill desired order of chunk group(s)
@ymoussaba
Copy link
Collaborator Author

Is related to : facebook/create-react-app#5372
And first raised after installing : DocSpring/craco-antd
As for now, a simple work around is : DocSpring/craco-antd#12

williamsko added a commit that referenced this issue Oct 2, 2020
Fix #26 : Warnings causing fail on CI Build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant