1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-21 23:32:27 +00: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 f23d75d031
commit 2b1684a793

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