mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 09:56:43 +08:00
国富commit-2ecc58241492ab82267476b5fe7ec8c39498988b
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user