1 Star 0 Fork 0

jimmyblylee/fed-fr-dvs-layout-spaceship

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 849 Bytes
一键复制 编辑 原始数据 按行查看 历史
jimmyblylee 提交于 2022-01-27 22:09 . 1. five-star ornament
function isProd () {
return process.env.NODE_ENV === 'production'
}
const prodExternals = {
"deepmerge": "deepmerge",
"object-path": "object-path",
"three": "three",
"vue": "vue",
"vue-router": "vue-router",
"vuex": "vuex"
}
const vueConfig = {
pages: {
index: 'src/main.js'
},
configureWebpack: {
externals: isProd() ? prodExternals : {}
},
css: {
sourceMap: isProd()
},
devServer: {
open: true,
index: process.env.VUE_APP_INDEX_BASE_URL,
openPage: process.env.VUE_APP_OPEN_PAGE_URL,
port: 80,
hot: true
},
productionSourceMap: isProd(),
lintOnSave: !isProd(),
publicPath: isProd() ? '/lab/' : '/',
assetsDir: isProd() ? './media/spaceship/' : './',
filenameHashing: false
}
module.exports = vueConfig
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jimmyblylee/fed-fr-dvs-layout-spaceship.git
[email protected]:jimmyblylee/fed-fr-dvs-layout-spaceship.git
jimmyblylee
fed-fr-dvs-layout-spaceship
fed-fr-dvs-layout-spaceship
master

搜索帮助