mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
Fixed comment typo in webpack config
Co-Authored-By: taloth <taloth@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user