mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Fixed comment typo in webpack config
This commit is contained in:
parent
e0aaab05a9
commit
3dc14542dd
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