mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-06 08:34:28 +01:00
Webpack web target
(cherry picked from commit a90866a73e6cff9a286c23e60c74672f4c0d317a)
This commit is contained in:
parent
41320ca2dc
commit
c4a90e8ba4
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ module.exports = (env) => {
|
||||||
const config = {
|
const config = {
|
||||||
mode: isProduction ? 'production' : 'development',
|
mode: isProduction ? 'production' : 'development',
|
||||||
devtool: isProduction ? 'source-map' : 'eval-source-map',
|
devtool: isProduction ? 'source-map' : 'eval-source-map',
|
||||||
|
target: 'web',
|
||||||
|
|
||||||
stats: {
|
stats: {
|
||||||
children: false
|
children: false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue