const path = require('path') module.exports = { publicPath: './', // vueConf.baseUrl, // 根域上下文目录 // outputDir: 'dist', // 构建输出目录 // assetsDir: 'assets', // 静态资源目录 (js, css, img, fonts) lintOnSave: true, // 是否开启eslint保存检测,有效值:ture | false | 'error' //