This example show how to add support for Labeled Modules by adding the plugin to the configuration.

# example.js

``` javascript
{{example.js}}
```

# webpack.config.js

``` javascript
{{webpack.config.js}}
```

# increment.js

``` javascript
{{increment.js}}
```

# math.js

``` javascript
{{math.js}}
```

# js/output.js

``` javascript
{{js/output.js}}
```

The remaining labels are removed while minimizing.

# Info

## Uncompressed

```
{{stdout}}
```

## Minimized (uglify-js, no zip)

```
{{min:stdout}}
```