parent
7a2aa84fdb
commit
d77b399f34
|
|
@ -227,7 +227,7 @@ The following variables are available in the template:
|
|||
- `webpack`: the webpack [stats](https://github.com/webpack/docs/wiki/node.js-api#stats)
|
||||
object. Note that this is the stats object as it was at the time the HTML template
|
||||
was emitted and as such may not have the full set of stats that are available
|
||||
after the wepback run is complete.
|
||||
after the webpack run is complete.
|
||||
|
||||
- `webpackConfig`: the webpack configuration that was used for this compilation. This
|
||||
can be used, for example, to get the `publicPath` (`webpackConfig.output.publicPath`).
|
||||
|
|
|
|||
Loading…
Reference in New Issue