1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

Webpack web target

(cherry picked from commit a90866a73e6cff9a286c23e60c74672f4c0d317a)
This commit is contained in:
Mark McDowall
2024-11-23 16:48:05 -08:00
committed by Bogdan
parent c3fa440cf8
commit af06a9f70d

View File

@@ -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