Skip to content

Commit

Permalink
ci: Enable stats-children
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Sep 23, 2023
1 parent 096cce6 commit 49e5dee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webpack/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const makeHtmlConfig = (params = {}): HtmlWebpackPlugin.Options => {
};

const configuration: Configuration = {
stats: { children: true },

entry: {
application: resolve('app/soapbox/main.tsx'),
},
Expand Down

0 comments on commit 49e5dee

Please sign in to comment.