const merge = require("webpack-merge"); const common = require("./webpack.server.common.js"); module.exports = merge(common, { mode: `production` });