# DllReference [DllPlugin documentation](https://webpack.js.org/plugins/dll-plugin) This is the _reference_ bundle (with the manifests) for [dll user example](https://github.com/webpack/webpack/tree/master/examples/dll-user) # webpack.config.js ``` javascript {{webpack.config.js}} ``` # js/MyDll.alpha.js ``` javascript {{js/MyDll.alpha.js}} ``` # js/alpha-manifest.json ``` javascript {{js/alpha-manifest.json}} ``` # Info ## Uncompressed ``` {{stdout}} ``` ## Minimized (uglify-js, no zip) ``` {{min:stdout}} ```