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