import { merge } from 'webpack-merge'
import config from '../common/default_config'

export default merge(config, {})
