Ai
1 Star 0 Fork 0

Dan/dapp-wallet-modal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 601 Bytes
一键复制 编辑 原始数据 按行查看 历史
xudan 提交于 2022-03-14 22:30 +08:00 . init
// vue.config.js
module.exports = {
// 将 examples 目录添加为新的页面
pages: {
index: {
// page 的入口
entry: 'examples/main.js',
// 模板来源
template: 'public/index.html',
// 输出文件名
filename: 'index.html'
}
},
chainWebpack: config => {
config.module
.rule('images')
.use('url-loader')
.loader('url-loader')
.tap(options => Object.assign(options, { limit: 5000 }))
},
configureWebpack: {
output: {
libraryExport: 'default'
}
},
publicPath: './',
assetsDir: 'static'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/coding-365/dapp-wallet-modal.git
git@gitee.com:coding-365/dapp-wallet-modal.git
coding-365
dapp-wallet-modal
dapp-wallet-modal
master

搜索帮助