1 Star 0 Fork 6

王定钦/virtual-tree

forked from 弄个锤子/virtual-tree 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
sangtian152 提交于 2023-01-10 10:08 . 修改babel配置
const path = require('path')
function resolve (dir) {
return path.join(__dirname, '..', dir)
}
module.exports = {
// 为packages目录添加babel-loader处理
chainWebpack: config => {
config.module
.rule('js')
.use('babel')
.loader('babel-loader')
.tap(options => {
return options
})
},
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/pagebi/virtual-tree.git
git@gitee.com:pagebi/virtual-tree.git
pagebi
virtual-tree
virtual-tree
master

搜索帮助