1 Star 1 Fork 0

长歌/fy-music

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 952 Bytes
一键复制 编辑 原始数据 按行查看 历史
长歌 提交于 2022-07-13 16:45 . 保存
module.exports = {
publicPath: './',
// 输出文件目录
outputDir: 'dist',
// eslint-loader 是否在保存的时候检查
lintOnSave: true,
chainWebpack: () => {},
configureWebpack: () => {},
productionSourceMap: true,
css: {
extract: true,
sourceMap: false,
// css预设器配置项
loaderOptions: {},
// 启用 CSS modules for all css / pre-processor files.
modules: false
},
// use thread-loader for babel & TS in production build
// enabled by default if the machine has more than 1 cores
parallel: require('os').cpus().length > 1,
pwa: {},
// 第三方插件配置
pluginOptions: {
// ...
},
devServer: {
proxy: {
'/api': {
target: 'http://iwenwiki.com:3000',
changeOrigin: true,
pathRewrite: {
"^/api": ""
}
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/longsongkl/fy-music.git
git@gitee.com:longsongkl/fy-music.git
longsongkl
fy-music
fy-music
master

搜索帮助