1 Star 0 Fork 14

wentmac/seat-select

forked from xollipop/seat-select 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
xollipop 提交于 2019-03-06 19:06 . 更新跟目录打包
const path = require('path')
module.exports = {
// 基本路径
publicPath: '/',
// productionSourceMap:{ type:Bollean,default:true } 生产源映射
// 如果您不需要生产时的源映射,那么将此设置为false可以加速生产构建
productionSourceMap: false,
css: {
loaderOptions: {
stylus: {
javascriptEnabled: true
}
}
},
chainWebpack: config => {
const types = ['vue-modules', 'vue', 'normal-modules', 'normal']
types.forEach(type => addStyleResource(config.module.rule('stylus').oneOf(type)))
},
devServer: {
proxy: {
'/mock': {
target: 'http://localhost:80',
pathRewrite: {
'^/mock': '/mock'
}
}
}
}
}
function addStyleResource (rule) {
rule.use('style-resource')
.loader('style-resources-loader')
.options({
patterns: [
path.resolve(__dirname, './src/assets/stylus/golbal.styl')
]
})
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wentmac/seat-select.git
git@gitee.com:wentmac/seat-select.git
wentmac
seat-select
seat-select
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385