.. This file is auto-generated (see bin/generate_apidoc.py), do not change it manually, your changes would be overriden. Webpack Feature =============== .. automodule:: medikit.feature.webpack Usage ::::: To use the Webpack Feature, make sure your **Projectfile** contains the following: .. code-block:: python from medikit import require webpack = require('webpack') The `webpack` handle is a :class:`Config` instance, and can be used to customize the feature. Implementation :::::::::::::: .. autoclass:: WebpackFeature :members: :undoc-members: