mirror of
https://github.com/Radarr/Radarr
synced 2024-12-24 08:52:38 +00:00
Fixed comment typo in webpack config
Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
parent
669e46266a
commit
c49867a08d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const distFolder = path.resolve(frontendFolder, '..', '_output', uiFolder);
|
|||
console.log('Source Folder:', srcFolder);
|
||||
console.log('Output Folder:', distFolder);
|
||||
console.log('isProduction:', isProduction);
|
||||
console.log('isProfiling:', isProduction);
|
||||
console.log('isProfiling:', isProfiling);
|
||||
|
||||
const cssVarsFiles = [
|
||||
'../src/Styles/Variables/colors',
|
||||
|
|
Loading…
Reference in a new issue