1 Star 0 Fork 0

陈华旺/wbs21082-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 971 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenjinyan11 提交于 2022-01-20 17:32 . 2022年1月20日17:32:29
module.exports = {
publicPath: "/",
css: {
// 方便样式的开发调试
sourceMap: process.env.NODE_ENV == "development"
},
pages:{
index:{
// page 的入口
entry: 'src/main.js',
// 模板来源
template: 'public/index.html',
// 在 dist/index.html 的输出
filename: 'index.html',
// 当使用 title 选项时,
// template 中的 title 标签需要是 <title><%= htmlWebpackPlugin.options.title %></title>
title: '四阶段电商项目',
// 在这个页面中包含的块,默认情况下会包含
// 提取出来的通用 chunk 和 vendor chunk。
chunks: ['chunk-vendors', 'chunk-common', 'index']
}
},
pluginOptions: {
'style-resources-loader': {
preProcessor: 'less',
patterns: ["./src/assets/less/var.less"]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenhuawang/wbs21082-mall.git
git@gitee.com:chenhuawang/wbs21082-mall.git
chenhuawang
wbs21082-mall
wbs21082-mall
master

搜索帮助