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

Conflicting order issues #228

Closed
Ribeiro-Tiago opened this issue Feb 2, 2022 · 1 comment
Closed

Conflicting order issues #228

Ribeiro-Tiago opened this issue Feb 2, 2022 · 1 comment
Labels

Comments

@Ribeiro-Tiago
Copy link

Ribeiro-Tiago commented Feb 2, 2022

Although less than before, still getting issues with conflicting order. Not sure if related to vuetify or vuetify-loader.

Currently the issues are between:

VInput.sass and VTextField.sass:,

Conflicting order. Following module has been added:
 * css ./node_modules/css-loader/dist/cjs.js??ref--10-oneOf-3-1!./node_modules/postcss-loader/src??ref--10-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--10-oneOf-3-3!./node_modules/vuetify/src/components/VInput/VInput.sass
despite it was not able to fulfill desired ordering with these modules:
 * css ./node_modules/css-loader/dist/cjs.js??ref--10-oneOf-3-1!./node_modules/postcss-loader/src??ref--10-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--10-oneOf-3-3!./node_modules/vuetify/src/components/VTextField/VTextField.sass

VLabel.sass and VTextField.sass

Conflicting order. Following module has been added:
 * css ./node_modules/css-loader/dist/cjs.js??ref--10-oneOf-3-1!./node_modules/postcss-loader/src??ref--10-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--10-oneOf-3-3!./node_modules/vuetify/src/components/VLabel/VLabel.sass
despite it was not able to fulfill desired ordering with these modules:
 * css ./node_modules/css-loader/dist/cjs.js??ref--10-oneOf-3-1!./node_modules/postcss-loader/src??ref--10-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--10-oneOf-3-3!./node_modules/vuetify/src/components/VTextField/VTextField.sass

VTextField.sass and VMessages.sass

Conflicting order. Following module has been added:
 * css ./node_modules/css-loader/dist/cjs.js??ref--10-oneOf-3-1!./node_modules/postcss-loader/src??ref--10-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--10-oneOf-3-3!./node_modules/vuetify/src/components/VTextField/VTextField.sass
despite it was not able to fulfill desired ordering with these modules:
 * css ./node_modules/css-loader/dist/cjs.js??ref--10-oneOf-3-1!./node_modules/postcss-loader/src??ref--10-oneOf-3-2!./node_modules/sass-loader/dist/cjs.js??ref--10-oneOf-3-3!./node_modules/vuetify/src/components/VMessages/VMessages.sass

Seems that VTextField.sass is the culprit

updated both latest versions to see if it would fix but didn't:
vuetify: 2.6.3
vuetify-loader: 1.7.3

Edit: I know i can add a config to ignoreOrder, but that only seems to hide the warnings. Still the extra files for all the conflicts

@KaelWD
Copy link
Member

KaelWD commented Jul 5, 2022

vuetifyjs/vuetify#5271

@KaelWD KaelWD closed this as not planned Won't fix, can't repro, duplicate, stale Jul 5, 2022
@KaelWD KaelWD added the wontfix label Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants