6 Star 111 Fork 39

丶远方/v-form-antd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 815 Bytes
一键复制 编辑 原始数据 按行查看 历史
丶远方 提交于 2021-12-19 21:45 . build: 无变更
const path = require('path')
const debug = process.env.NODE_ENV !== 'production'
function resolve(dir) {
return path.join(__dirname, dir)
}
module.exports = {
publicPath: './',
pages: {
index: {
// 页面入口
entry: 'examples/main.ts',
// 模板来源
template: 'public/index.html',
// 输出文件名
filename: 'index.html'
}
},
productionSourceMap: false,
css: {
loaderOptions: {
less: {
modifyVars: {
'primary-color': '#1890ff',
'layout-color': '#9867f7'
},
javascriptEnabled: true
}
}
},
configureWebpack: {
...(debug && {
devtool: 'source-map'
}),
resolve: {
alias: {
'@': resolve('examples'),
'@pack': resolve('packages')
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alfred-skyblue/v-form-antd.git
git@gitee.com:alfred-skyblue/v-form-antd.git
alfred-skyblue
v-form-antd
v-form-antd
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385