module.exports = { outputDir: './dict', publicPath: process.env.NODE_ENV === 'production' ? './' : './', devServer: { disableHostCheck: true } };