mirror of
https://github.com/Eugeny/tabby.git
synced 2026-08-24 02:34:19 -05:00
Update webpack.config.mjs
This commit is contained in:
+1
-2
@@ -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())))
|
||||
|
||||
Reference in New Issue
Block a user