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.
2 parents c282e74 + 5e25d08 commit dd369b0Copy full SHA for dd369b0
README.md
@@ -102,7 +102,7 @@ const CleanCSSPlugin = require('less-plugin-clean-css');
102
{ loader: 'css-loader', options: { importLoaders: 1 } },
103
{
104
loader: 'less-loader',
105
- options: { LessPlugins: new CleanCSSPlugin({ advanced: true }) }
+ options: { lessPlugins: [ new CleanCSSPlugin({ advanced: true }) ] }
106
}
107
108
```
0 commit comments