module.exports = { publicPath: process.env.NODE_ENV === 'production' ? './' : '/', outputDir: 'sxyc', 'devServer': { 'open': true, sockHost: 'http://localhost:8080/', disableHostCheck: true, }, productionSourceMap: false, lintOnSave: false }