mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
var base = require('./webpack.base.config');
|
|
var config = base('development');
|
|
|
|
|
|
// development overrides go here
|
|
config.watch = true;
|
|
|
|
module.exports = config;
|