mirror of https://github.com/webpack/webpack.git
38 lines
316 B
Markdown
38 lines
316 B
Markdown
# example.js
|
|
|
|
```javascript
|
|
_{{example.js}}_
|
|
```
|
|
|
|
# cup1.coffee
|
|
|
|
```coffee-script
|
|
_{{cup1.coffee}}_
|
|
```
|
|
|
|
# cup2.coffee
|
|
|
|
```coffee-script
|
|
_{{cup2.coffee}}_
|
|
```
|
|
|
|
# dist/output.js
|
|
|
|
```javascript
|
|
_{{dist/output.js}}_
|
|
```
|
|
|
|
# Info
|
|
|
|
## Unoptimized
|
|
|
|
```
|
|
_{{stdout}}_
|
|
```
|
|
|
|
## Production mode
|
|
|
|
```
|
|
_{{production:stdout}}_
|
|
```
|