1 Star 0 Fork 80

张家界科迅达 / tabby

forked from Gitee 极速下载 / tabby 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
webpack.config.js 399 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eugene Pankov 提交于 2021-07-16 23:59 . plugin version bump
const log = require('npmlog')
const { builtinPlugins } = require('./scripts/vars')
const paths = [
'./app/webpack.config.js',
'./app/webpack.main.config.js',
'./web/webpack.config.js',
'./tabby-web-demo/webpack.config.js',
...builtinPlugins.map(x => `./${x}/webpack.config.js`),
]
paths.forEach(x => log.info(`Using config: ${x}`))
module.exports = paths.map(x => require(x))
TypeScript
1
https://gitee.com/ykzx_group/tabby.git
git@gitee.com:ykzx_group/tabby.git
ykzx_group
tabby
tabby
master

搜索帮助