1 Star 0 Fork 1

宋小小/Music

forked from liwz666/Music 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Vue.config.js 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
huyahui 提交于 2021-11-16 11:17 . 样式修改
module.exports = {
pwa: {
iconPaths: {
favicon32: 'favicon.ico',
favicon16: 'favicon.ico',
appleTouchIcon: 'favicon.ico',
maskIcon: 'favicon.ico',
msTileImage: 'favicon.ico'
}
},
publicPath: "./",
outputDir: process.env.outputDir,
css: {
loaderOptions: {
sass: {
prependData: '@import "~@/assets/scss/common.scss";'
},
},
},
devServer: {
overlay: { // 让浏览器 overlay 同时显示警告和错误
warnings: true,
errors: true
},
host: "0.0.0.0",
port: 8088, // 端口号
https: false, // https:{type:Boolean}
open: true, //配置自动启动浏览器
hotOnly: true, // 热更新
proxy: {
"/api": {
target: "http://192.168.31.202:8081", //李
changeOrigin: true,
// ws: true,//websocket支持
secure: false,
pathRewrite: {
"^/api": "/"
}
},
}
},
configureWebpack: {
externals: 'hls.js'
} // 在这配置webpack的externals这个字段
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/spengbird/music.git
[email protected]:spengbird/music.git
spengbird
music
Music
master

搜索帮助