1 Star 0 Fork 17

Crew9527/打造前程企业官网

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 596 Bytes
一键复制 编辑 原始数据 按行查看 历史
小博 提交于 2023-03-06 20:36 . readme
// vue.config.js
module.exports = {
publicPath: "./",
// 图片优化代码
// chainWebpack: config => {
// config.module
// .rule('image')
// .test(/\.(png|jpe?g|gif)(\?.*)?$/)
// .use('image-webpack-loader')
// .loader('image-webpack-loader')
// .options({
// // 此处为ture的时候不会启用压缩处理,目的是为了开发模式下调试速度更快
// disable: process.env.NODE_ENV == 'development' ? true : false
// })
// .end()
// }
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crew9527/dzqc.git
git@gitee.com:crew9527/dzqc.git
crew9527
dzqc
打造前程企业官网
master

搜索帮助