2017-04-20 03:45:58 +08:00
|
|
|
# DllUser
|
|
|
|
|
|
|
|
|
|
[DllPlugin documentation](https://webpack.js.org/plugins/dll-plugin)
|
|
|
|
|
|
|
|
|
|
This is the _user_ bundle, which uses the manifest from [dll-reference example](https://github.com/webpack/webpack/tree/master/examples/dll)
|
|
|
|
|
|
2015-05-18 05:46:40 +08:00
|
|
|
# webpack.config.js
|
|
|
|
|
|
|
|
|
|
``` javascript
|
|
|
|
|
{{webpack.config.js}}
|
|
|
|
|
```
|
|
|
|
|
|
2015-05-17 17:06:35 +08:00
|
|
|
# example.js
|
|
|
|
|
|
|
|
|
|
``` javascript
|
|
|
|
|
{{example.js}}
|
|
|
|
|
```
|
|
|
|
|
|
2018-01-05 04:39:29 +08:00
|
|
|
# dist/output.js
|
2015-05-17 17:06:35 +08:00
|
|
|
|
|
|
|
|
``` javascript
|
2018-01-05 04:39:29 +08:00
|
|
|
{{dist/output.js}}
|
2015-05-17 17:06:35 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
# Info
|
|
|
|
|
|
2017-12-14 17:09:09 +08:00
|
|
|
## Unoptimized
|
2015-05-17 17:06:35 +08:00
|
|
|
|
|
|
|
|
```
|
|
|
|
|
{{stdout}}
|
|
|
|
|
```
|
|
|
|
|
|
2017-12-14 17:09:09 +08:00
|
|
|
## Production mode
|
2015-05-17 17:06:35 +08:00
|
|
|
|
|
|
|
|
```
|
2017-12-14 17:09:09 +08:00
|
|
|
{{production:stdout}}
|
2017-04-20 03:45:58 +08:00
|
|
|
```
|