mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 17:44:48 +00: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;
|