webpack/examples/dll/template.md

38 lines
534 B
Markdown
Raw Permalink Normal View History

# DllReference
[DllPlugin documentation](https://webpack.js.org/plugins/dll-plugin)
2021-06-28 17:46:10 +08:00
This is the _reference_ bundle (with the manifests) for [dll user example](https://github.com/webpack/webpack/tree/main/examples/dll-user)
2015-05-17 00:27:59 +08:00
# webpack.config.js
```javascript
_{{webpack.config.js}}_
2015-05-17 00:27:59 +08:00
```
# dist/MyDll.alpha.js
2015-05-17 00:27:59 +08:00
```javascript
_{{dist/MyDll.alpha.js}}_
2015-05-17 00:27:59 +08:00
```
# dist/alpha-manifest.json
2015-05-17 00:27:59 +08:00
```javascript
_{{dist/alpha-manifest.json}}_
2015-05-17 00:27:59 +08:00
```
# Info
## Unoptimized
2015-05-17 00:27:59 +08:00
```
_{{stdout}}_
2015-05-17 00:27:59 +08:00
```
## Production mode
2015-05-17 00:27:59 +08:00
```
_{{production:stdout}}_
```