Skip to content

Commit

Permalink
Update webpack.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Jan 6, 2025
1 parent fe46ed7 commit 53ca484
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webpack.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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())))

0 comments on commit 53ca484

Please sign in to comment.