9 Star 28 Fork 8

aring/Sokoban

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 270 Bytes
一键复制 编辑 原始数据 按行查看 历史
aring 提交于 2021-12-29 16:00 . feat: 创意工坊基本功能的实现
module.exports = {
publicPath: './',
transpileDependencies: ['uview-ui'],
chainWebpack: config => {
config.module
.rule('images')
.use('url-loader')
.loader('url-loader')
.tap(options => Object.assign(options, { limit: 999999 }))
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/aring1998/sokoban.git
[email protected]:aring1998/sokoban.git
aring1998
sokoban
Sokoban
master

搜索帮助