const base = require('./webpack.base.config') //extends the base config object and include the new property plugins const config = Object.assign({}, base, { plugins: base.plugins || [] }) module.exports = config