webpack/examples/stats-detailed/template.md

30 lines
359 B
Markdown

This configuration will enable the detailed output for the stats report.
You see that everything is working nicely together.
# example.js
```javascript
_{{example.js}}_
```
# webpack.config.js
```javascript
_{{webpack.config.js}}_
```
# dist/output.js
```javascript
_{{dist/output.js}}_
```
# Info
## Production mode
```
_{{production:stdout}}_
```