Closed
Description
Uglify is breaking all sorts of things with my CSS so I'm trying to enable disableStructuralMinification
but I can't tell if it's working as nothing is changing. I've tried:
{test: /\.css$/, loader: 'style!css?disableStructuralMinification!'},
{test: /\.less$/, loaders: [
"style-loader",
"css-loader",
"less-loader"
]}
And then I tried
{test: /\.css$/, loader: 'style!css},
{test: /\.less$/, loaders: [
"style-loader",
"css-loader?disableStructuralMinification!'",
"less-loader"
]}
But it doesn't seem to resolve my issues. The minification process still moves CSS rules around in such a way that causes broken styling in my app.
What am I doing wrong?
Metadata
Metadata
Assignees
Labels
No labels