const vueDefaultConfig = { publicPath: '/sgipad/', outputDir: 'dist/sgipads', assetsDir: 'static', parallel: false, lintOnSave: false, transpileDependencies: ['vue-echarts', 'resize-detector'], //webpack 配置的项目名称 title: 'SagaCare', titleSeparator: ' - ', titleReverse: false, devPort: '9999', abbreviation: 'vt2at', providePlugin: {}, build7z: false, startMessage: '欢迎使用SagaCare' } module.exports = vueDefaultConfig