We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
15.4.0
webpack-contrib/extract-text-webpack-plugin#745
{ test: /\.css$/, use: [ isDevelop ? 'vue-style-loader' : MiniCssExtractPlugin.loader, 'css-loader', 'postcss-loader', ], },
CSS from the components should be put at the end of the file. See webpack-contrib/extract-text-webpack-plugin#745 for the same issue reported with extract-text-webpack-plugin earlier.
The CSS from the components gets put before the CSS from the standalone CSS files in the final generated file.
The text was updated successfully, but these errors were encountered:
That's not a valid reproduction.
Sorry, something went wrong.
No branches or pull requests
Version
15.4.0
Reproduction link
webpack-contrib/extract-text-webpack-plugin#745
Steps to reproduce
What is expected?
CSS from the components should be put at the end of the file. See webpack-contrib/extract-text-webpack-plugin#745 for the same issue reported with extract-text-webpack-plugin earlier.
What is actually happening?
The CSS from the components gets put before the CSS from the standalone CSS files in the final generated file.
The text was updated successfully, but these errors were encountered: