1 Star 3 Fork 1K

Raingad / wflow-web

forked from willianfu / wflow-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
const path = require("path");
module.exports = {
lintOnSave: false,
outputDir: "dist",
// 开发环境显示报错位置 生产环境设置为false减少打包体积
productionSourceMap: true,
devServer: {
port: 88,
disableHostCheck: true,
/*overlay: {
warning: false,
errors: false
}*/
},
pluginOptions: {
"style-resources-loader": {
preProcessor: "less",
patterns: [
// 全局变量路径,不能使用路径别名
path.resolve(__dirname, "./src/assets/theme.less"),
],
},
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/raingad/jw-workflow-engine.git
git@gitee.com:raingad/jw-workflow-engine.git
raingad
jw-workflow-engine
wflow-web
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891