module.exports = { publicPath: './', outputDir: '../www', assetsDir: 'static', productionSourceMap: false, lintOnSave: true, filenameHashing: true, devServer: { https: false, port: 4562 } }