7 Star 48 Fork 14

Gitee 极速下载/terminus

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/Eugeny/terminus
Clone or Download
webpack.config.mjs 471 Bytes
Copy Edit Raw Blame History
Eugene authored 2023-02-26 20:42 . bootstrap 5 WIP (#7891)
import log from 'npmlog'
import { builtinPlugins } from './scripts/vars.mjs'
const paths = [
'./app/webpack.config.mjs',
'./app/webpack.config.main.mjs',
// './web/webpack.config.mjs',
// './tabby-web-demo/webpack.config.mjs',
...builtinPlugins.map(x => `./${x}/webpack.config.mjs`),
]
paths.forEach(x => log.info(`Using config: ${x}`))
const config = await Promise.all(paths.map(x => import(x).then(x => x.default())))
export default () => config
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/terminus.git
git@gitee.com:mirrors/terminus.git
mirrors
terminus
terminus
master

Search