mirror of
https://github.com/Radarr/Radarr
synced 2024-12-22 07:52:34 +00:00
Webpack web target
(cherry picked from commit a90866a73e6cff9a286c23e60c74672f4c0d317a)
This commit is contained in:
parent
c3fa440cf8
commit
af06a9f70d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue