# 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) # webpack.config.js ``` javascript {{webpack.config.js}} ``` # example.js ``` javascript {{example.js}} ``` # dist/output.js ``` javascript {{dist/output.js}} ``` # Info ## Unoptimized ``` {{stdout}} ``` ## Production mode ``` {{production:stdout}} ```