const baseWebpackConfig = require('./base.webpack.conf'); var conf = baseWebpackConfig; conf.mode = 'production'; conf.externals = [ '@chartwerk/core' ]; module.exports = baseWebpackConfig;