webpack/examples/require.resolve/template.md

33 lines
248 B
Markdown
Raw Normal View History

2012-07-19 17:48:07 +08:00
# example.js
``` javascript
_{{example.js}}_
2012-07-19 17:48:07 +08:00
```
# a.js
``` javascript
_{{a.js}}_
2012-07-19 17:48:07 +08:00
```
# dist/output.js
2012-07-19 17:48:07 +08:00
``` javascript
_{{dist/output.js}}_
2012-07-19 17:48:07 +08:00
```
# Info
## Unoptimized
2012-07-19 17:48:07 +08:00
```
_{{stdout}}_
2012-07-19 17:48:07 +08:00
```
## Production mode
2012-07-19 17:48:07 +08:00
```
_{{production:stdout}}_
2012-07-19 17:48:07 +08:00
```