2 Star 0 Fork 0

吕超/Leach/Leach-SmsSend-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 1022 Bytes
一键复制 编辑 原始数据 按行查看 历史
吕超/Leach 提交于 2023-02-11 13:53 . web-message
// import devServer from './utils/devServer'
// eslint-disable-next-line @typescript-eslint/no-var-requires
const devServer = require('./utils/devServer')
// eslint-disable-next-line @typescript-eslint/no-var-requires
// const favicons = require('./utils/favicon')
const outputDir = 'dist'
module.exports = {
// favicons,
pwa: {
iconPaths: {
favicon32: 'favicon.ico',
favicon16: 'favicon.ico',
appleTouchIcon: 'favicon.ico',
maskIcon: 'favicon.ico',
msTileImage: 'favicon.ico'
}
},
publicPath: process.env.NODE_ENV !== 'production' ? '/' : './',
productionSourceMap: false,
outputDir,
devServer,
transpileDependencies: [
'vue-echarts'
],
chainWebpack: config => {
const obj = {
'echarts/lib/echarts': 'echarts'
}
if (process.env.NODE_ENV === 'production') {
obj.vue = 'Vue'
obj['element-ui'] = 'ELEMENT'
}
config
.externals(obj)
// .plugin('process-env')
// .tap(args => {
// return args
// })
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cwwjdhya/leach-sms-send-web.git
git@gitee.com:cwwjdhya/leach-sms-send-web.git
cwwjdhya
leach-sms-send-web
Leach-SmsSend-web
master

搜索帮助