webpack/examples/named-chunks/template.md

39 lines
331 B
Markdown
Raw Permalink Normal View History

2012-05-17 18:46:55 +08:00
# example.js
``` javascript
{{example.js}}
```
# dist/output.js
2012-05-17 18:46:55 +08:00
``` javascript
{{dist/output.js}}
2012-05-17 18:46:55 +08:00
```
2018-12-19 21:05:17 +08:00
# dist/126.output.js
2012-05-17 18:46:55 +08:00
``` javascript
2018-12-19 21:05:17 +08:00
{{dist/126.output.js}}
2012-05-17 18:46:55 +08:00
```
2018-12-19 21:05:17 +08:00
# dist/368.output.js
2012-05-17 18:46:55 +08:00
``` javascript
2018-12-19 21:05:17 +08:00
{{dist/368.output.js}}
2012-05-17 18:46:55 +08:00
```
# Info
## Unoptimized
2012-05-17 18:46:55 +08:00
```
{{stdout}}
```
## Production mode
```
{{production:stdout}}
```