You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,8 @@ See the [LESS documentation](http://lesscss.org/usage/#command-line-usage-option
59
59
60
60
### LESS plugins
61
61
62
-
In order to use [plugins](http://lesscss.org/usage/#plugins), simply define
63
-
the `lessLoader.lessPlugins` option. You can also change the options key
64
-
with a query parameter: `"less?config=lessLoaderCustom"`.
62
+
In order to use [plugins](http://lesscss.org/usage/#plugins), simply set
63
+
the `lessLoader.lessPlugins`-option on your webpack options. You can also change the options' key with a query parameter: `"less?config=lessLoaderCustom"`.
65
64
66
65
```javascript
67
66
var LessPluginCleanCSS =require('less-plugin-clean-css');
0 commit comments