2 Star 1 Fork 2

a_l0ng/LowCaseSearch-System

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 577 Bytes
一键复制 编辑 原始数据 按行查看 历史
EsunR 提交于 2019-03-01 17:25 . 登录界面绘制
module.exports = {
publicPath: './', // 静态资源请求根目录
pages: {
index: {
entry: 'src/main.js',
template: 'public/index.html',
filename: 'index.html',
chunks: ['chunk-vendors', 'chunk-common', 'index']
},
login: {
entry: 'src/login/main.js',
template: 'public/login.html',
filename: 'login.html',
chunks: ['chunk-vendors', 'chunk-common', 'login']
}
},
productionSourceMap: false, // 取消源代码映射(防止源代码暴露在浏览器控制台的source中的top/webpack://目录下)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a-l0ng/LowCaseSearch-System.git
git@gitee.com:a-l0ng/LowCaseSearch-System.git
a-l0ng
LowCaseSearch-System
LowCaseSearch-System
master

搜索帮助