Skip to content

Order of CSS #1390

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

Closed
rightaway opened this issue Aug 26, 2018 · 1 comment
Closed

Order of CSS #1390

rightaway opened this issue Aug 26, 2018 · 1 comment

Comments

@rightaway
Copy link

Version

15.4.0

Reproduction link

webpack-contrib/extract-text-webpack-plugin#745

Steps to reproduce

			{
				test: /\.css$/,
				use: [
					isDevelop ? 'vue-style-loader' : MiniCssExtractPlugin.loader,
					'css-loader',
					'postcss-loader',
				],
			},

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.

@yyx990803
Copy link
Member

That's not a valid reproduction.

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

2 participants