From c4a90e8ba4a9b4e58b0d651c3e06cb8fe3686e8c 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 2f610f741..28c7b79a4 100644 --- a/frontend/build/webpack.config.js +++ b/frontend/build/webpack.config.js @@ -25,6 +25,7 @@ module.exports = (env) => { const config = { mode: isProduction ? 'production' : 'development', devtool: isProduction ? 'source-map' : 'eval-source-map', + target: 'web', stats: { children: false