Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 412 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 412 Bytes

wagtail-webpack

Webpack config for Wagtail. No additional Wagtail/Django modules needed.

Instructions

  1. Comments in webpack.config.js and README.md files in directories should explain what is going on.
  2. Put this in root of your Wagtail project directory.
  3. Install packages by running yarn install
  4. To run Webpack with Wagtail dev server at once use yarn start & python manage.py runserver