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