webpack/examples/multi-compiler/template.md

38 lines
330 B
Markdown
Raw Permalink Normal View History

2014-06-12 04:52:18 +08:00
# example.js
```javascript
_{{example.js}}_
2014-06-12 04:52:18 +08:00
```
# webpack.config.js
```javascript
_{{webpack.config.js}}_
2014-06-12 04:52:18 +08:00
```
# dist/desktop.js
2014-06-12 04:52:18 +08:00
```javascript
_{{dist/desktop.js}}_
2014-06-12 04:52:18 +08:00
```
# dist/mobile.js
2014-06-12 04:52:18 +08:00
```javascript
_{{dist/mobile.js}}_
2014-06-12 04:52:18 +08:00
```
# Info
## Unoptimized
2014-06-12 04:52:18 +08:00
```
_{{stdout}}_
2014-06-12 04:52:18 +08:00
```
## Production mode
2014-06-12 04:52:18 +08:00
```
_{{production:stdout}}_
```