mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-29 17:36:49 +01:00
9 lines
139 B
JavaScript
9 lines
139 B
JavaScript
|
var base = require('./webpack.base.config');
|
||
|
var config = base('production');
|
||
|
|
||
|
|
||
|
// production overrides go here
|
||
|
|
||
|
|
||
|
module.exports = config;
|