mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 05:22:14 -07: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…
Add table
Add a link
Reference in a new issue