0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/webpack.dev.config.js

9 lines
161 B
JavaScript
Raw Normal View History

var base = require('./webpack.base.config');
var config = base('development');
// development overrides go here
config.watch = true;
module.exports = config;