mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use let instead of var in gulpfile
This commit is contained in:
parent
8f1434fa40
commit
2a7f7ba7fe
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const sass = require('gulp-sass');
|
|||
|
||||
sass.compiler = require('node-sass');
|
||||
|
||||
var config;
|
||||
let config;
|
||||
if (mode.production()) {
|
||||
config = require('./webpack.prod.js');
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue