Skip to content

Commit 1057c96

Browse files
authored
Merge pull request #461 from loftyduck/patch-1
The 'debug' property was removed in webpack 2.
2 parents 604adb4 + 73c1b8a commit 1057c96

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

content/configuration/other-options.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,6 @@ W> Don't share the cache between calls with different options.
6161

6262
?> Elaborate on the warning and example - calls with different configuration options?
6363

64-
65-
## `debug`
66-
67-
`boolean`
68-
69-
Switch all loaders into debug mode to get more verbose feedback. This defaults to `false` to prevent unnecessary logging but can be easily turned on:
70-
71-
```js
72-
debug: true
73-
```
74-
75-
?> Consider adding an example of a certain loader emitting more details.
76-
7764
## `loader`
7865

7966
`object`

0 commit comments

Comments
 (0)