webpack/examples/dll-user/template.md

38 lines
491 B
Markdown
Raw Permalink Normal View History

# 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)
# webpack.config.js
```javascript
_{{webpack.config.js}}_
```
2015-05-17 17:06:35 +08:00
# example.js
```javascript
_{{example.js}}_
2015-05-17 17:06:35 +08:00
```
# dist/output.js
2015-05-17 17:06:35 +08:00
```javascript
_{{dist/output.js}}_
2015-05-17 17:06:35 +08:00
```
# Info
## Unoptimized
2015-05-17 17:06:35 +08:00
```
_{{stdout}}_
2015-05-17 17:06:35 +08:00
```
## Production mode
2015-05-17 17:06:35 +08:00
```
_{{production:stdout}}_
```