mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-05 19:21:55 +00:00
Fixed comment typo in webpack config
This commit is contained in:
parent
a824ce691b
commit
d731317c81
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…
Add table
Reference in a new issue