webpack/examples/multi-compiler/template.md

38 lines
322 B
Markdown
Raw Permalink Normal View History

2014-06-12 04:52:18 +08:00
# example.js
``` javascript
{{example.js}}
```
# webpack.config.js
``` javascript
{{webpack.config.js}}
```
# 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}}
```
## Production mode
2014-06-12 04:52:18 +08:00
```
{{production:stdout}}
2014-06-12 04:52:18 +08:00
```