mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-18 14:04:17 +08:00
Update webpack.config.mjs
This commit is contained in:
parent
fe46ed7847
commit
53ca484ca6
@ -11,5 +11,4 @@ const paths = [
|
||||
|
||||
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
|
||||
export default () => Promise.all(paths.map(x => import(x).then(x => x.default())))
|
||||
|
Loading…
Reference in New Issue
Block a user