-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Description
var LessPluginCleanCSS = require('less-plugin-clean-css');
module.exports = {
...
lessLoader: {
lessPlugins: [
new LessPluginCleanCSS({advanced: true})
]
}
};This code doesn't seem to work in Webpack v2, any idea what the correct syntax should be? Currently I get this error message:
throw new WebpackOptionsValidationError(webpackOptionsValidationErrors);
cansin
Metadata
Metadata
Assignees
Labels
No labels