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

[Bug Report] Conflict order warning for sass files #81

Closed
mynormeza opened this issue Aug 21, 2019 · 1 comment
Closed

[Bug Report] Conflict order warning for sass files #81

mynormeza opened this issue Aug 21, 2019 · 1 comment
Labels

Comments

@mynormeza
Copy link

mynormeza commented Aug 21, 2019

Environment

Browsers: Chrome 76.0.3809.100
OS: Windows 10

Steps to reproduce

I'm receiving the following warning when creating production build with webpack.

WARNING in chunk npm.vuetify [mini-css-extract-plugin]
Conflicting order between:
 * css ./node_modules/css-loader/dist/cjs.js??ref--4-1!./node_modules/sass-loader/dist/cjs.js??ref--4-2!./node_modules/vuetify/src/components/VInput/VInput.sass
 * css ./node_modules/css-loader/dist/cjs.js??ref--4-1!./node_modules/sass-loader/dist/cjs.js??ref--4-2!./node_modules/vuetify/src/components/VPagination/VPagination.sass
 * css ./node_modules/css-loader/dist/cjs.js??ref--4-1!./node_modules/sass-loader/dist/cjs.js??ref--4-2!./node_modules/vuetify/src/components/VMenu/VMenu.sass

I'm using vuetify loader and everything works fine except when using webpack dynamic import, I'm kind of newbie but as soon as I comment my webpack dynamic imports the warning disapears that's why I believe this may be a bug when using dynamic improts. If I use full installation of vuetify no warnings show up.

This happens with many vuetify controls. The following is a snippet of my dynamic import, there no spacial science in it.

computed: {
        loader (){
            if (!this.dType) {
                return null;
            }
            return () => import(`@/components/login/${this.dType}`);
        }
    }

Expected Behavior

No warnings

Actual Behavior

Shows warnings

Reproduction Link

@KaelWD
Copy link
Member

KaelWD commented Aug 22, 2019

@KaelWD KaelWD closed this as completed Aug 22, 2019
@KaelWD KaelWD added the wontfix label Aug 22, 2019
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