1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Webpack web target

This commit is contained in:
Mark McDowall
2024-11-23 16:48:05 -08:00
parent 2f62494adc
commit a90866a73e
+1
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