From 2b1684a793b37dfc741b4b61e781de6166bf84d6 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 85056b3cd..53f8ef431 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