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