国富commit-2ecc58241492ab82267476b5fe7ec8c39498988b

This commit is contained in:
xiaokun
2019-09-22 14:58:04 +08:00
parent 83e94dbfa3
commit cf45352eea
27 changed files with 2013 additions and 1380 deletions

View File

@@ -2,8 +2,8 @@ const autoprefixer = require('autoprefixer')
const pxtoviewport = require('postcss-px-to-viewport')
module.exports = {
publicPath: process.env.VUE_APP_FLAG === 'production' ? '/' : '/',
lintOnSave: process.env.VUE_APP_FLAG === 'development', //是否开启代码检查
publicPath: process.env.NODE_ENV === 'production' ? '/' : '/',
lintOnSave: process.env.NODE_ENV === 'development', //是否开启代码检查
outputDir: 'dist', //打包输出目录
productionSourceMap: false,
css: {