|
@@ -4,7 +4,7 @@ const { name, title, version } = require('./package.json') // 项目信息
|
|
|
const webpackVersionZip = require('webpack-version-zip')
|
|
|
module.exports = {
|
|
|
publicPath: `/${name}`, // 相对路径
|
|
|
- outputDir: name, // 打包名称
|
|
|
+ outputDir: 'dist/' + name, // 打包名称
|
|
|
assetsDir: 'static', // 静态目录
|
|
|
lintOnSave: false, // 关闭lint代码
|
|
|
productionSourceMap: false, // 生产环境是否开启sourceMap
|