1 Star 1 Fork 0

wei/Todo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vue.config.js 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
wei 提交于 2023-01-04 00:43 . 引入请求接口
// vue.config.js,如没有此文件则手动创建
module.exports = {
transpileDependencies: ['uview-ui'],
chainWebpack: (config) => {
// GraphQL Loader
config.module // optional
.rule('graphql')
.test(/\.graphql$/)
.use('graphql-tag/loader')
.loader('graphql-tag/loader')
.end()
config.module
.rule('mjs')
.test(/\.mjs$/)
.include.add(/node_modules/)
.end()
.type('javascript/auto')
.end()
config.resolve.extensions
.add('.mjs')
.add('.gql')
.add('.graphql')
.end()
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wei13013451000/todo-t.git
git@gitee.com:wei13013451000/todo-t.git
wei13013451000
todo-t
Todo
master

搜索帮助