2 Star 2 Fork 1

tina / X-Flowchart-Vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
OXOYO 提交于 2019-08-22 18:07 . 迁移Editor。
/**
* Created by OXOYO on 2019/5/31.
*
* cli 配置文件
*
* 文档:https://cli.vuejs.org/zh/config/
*/
const webpack = require('webpack')
module.exports = {
// 部署应用包时的基本URL,置空使用相对路径
publicPath: '/X-Flowchart-Vue/',
// 打包输出目录
outputDir: 'docs',
// 静态资源目录
assetsDir: '',
productionSourceMap: false,
// 开发环境
// devServer: {
// // 代理设置
// proxy: {
// '/api': {
// target: '<url>',
// changeOrigin: true
// }
// }
// }
css: {
loaderOptions: {
less: {
// 解决https://github.com/ant-design/ant-motion/issues/44问题
// 相关问题:https://github.com/ant-design/ant-design/issues/7927#issuecomment-372513256
javascriptEnabled: true
}
}
},
configureWebpack: {
output: {
// path: `${root}/public/assets/`,
// publicPath: '/lead/assets',
// filename: `${fileName()}.js`,
chunkFilename: '[name].[chunkhash].js'
}
}
}
1
https://gitee.com/tina715/X-Flowchart-Vue.git
git@gitee.com:tina715/X-Flowchart-Vue.git
tina715
X-Flowchart-Vue
X-Flowchart-Vue
master

搜索帮助