mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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