diff --git a/webpack/shared.ts b/webpack/shared.ts index 7d2383aa4..7931724ac 100644 --- a/webpack/shared.ts +++ b/webpack/shared.ts @@ -49,6 +49,8 @@ const makeHtmlConfig = (params = {}): HtmlWebpackPlugin.Options => { }; const configuration: Configuration = { + stats: { children: true }, + entry: { application: resolve('app/soapbox/main.tsx'), },