From 5028ed40273a49be547be0a27c6948b630ece2b0 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sat, 23 Nov 2024 16:48:05 -0800 Subject: [PATCH] Webpack web target (cherry picked from commit a90866a73e6cff9a286c23e60c74672f4c0d317a) --- frontend/build/webpack.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/build/webpack.config.js b/frontend/build/webpack.config.js index 616ee5637..60f85eaa1 100644 --- a/frontend/build/webpack.config.js +++ b/frontend/build/webpack.config.js @@ -26,6 +26,7 @@ module.exports = (env) => { const config = { mode: isProduction ? 'production' : 'development', devtool: isProduction ? 'source-map' : 'eval-source-map', + target: 'web', stats: { children: false