mirror of https://github.com/webpack/webpack.git
39 lines
331 B
Markdown
39 lines
331 B
Markdown
# example.js
|
|
|
|
``` javascript
|
|
{{example.js}}
|
|
```
|
|
|
|
|
|
# dist/output.js
|
|
|
|
``` javascript
|
|
{{dist/output.js}}
|
|
```
|
|
|
|
# dist/126.output.js
|
|
|
|
``` javascript
|
|
{{dist/126.output.js}}
|
|
```
|
|
|
|
# dist/368.output.js
|
|
|
|
``` javascript
|
|
{{dist/368.output.js}}
|
|
```
|
|
|
|
# Info
|
|
|
|
## Unoptimized
|
|
|
|
```
|
|
{{stdout}}
|
|
```
|
|
|
|
## Production mode
|
|
|
|
```
|
|
{{production:stdout}}
|
|
```
|