kopia lustrzana https://github.com/wagtail/wagtail
9 wiersze
161 B
JavaScript
9 wiersze
161 B
JavaScript
|
var base = require('./webpack.base.config');
|
||
|
var config = base('development');
|
||
|
|
||
|
|
||
|
// development overrides go here
|
||
|
config.watch = true;
|
||
|
|
||
|
module.exports = config;
|