mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-10 09:35:22 +01:00
Fixed comment typo in webpack config
This commit is contained in:
parent
76d6185493
commit
0f46137389
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,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