mirror of https://github.com/webpack/webpack.git
old doc
This commit is contained in:
parent
8dac14a3d9
commit
0908703129
|
@ -564,9 +564,9 @@ You can also save this options object in a JSON file and use it with the shell c
|
||||||
|
|
||||||
#### `callback`
|
#### `callback`
|
||||||
|
|
||||||
`function(err, source / stats)`
|
`function(err, stats)`
|
||||||
`source` if `options.output` is not set (DEPRECATED)
|
|
||||||
else `stats` as json:
|
`stats` as json:
|
||||||
|
|
||||||
``` javascript
|
``` javascript
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue