Преглед изворни кода

Apply 1 suggestion(s) to 1 file(s)

tusooa пре 1 година
родитељ
комит
c05b1b9072
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      build/webpack.prod.conf.js

+ 1 - 1
build/webpack.prod.conf.js

@@ -12,7 +12,7 @@ var env = process.env.NODE_ENV === 'testing'
     : config.build.env
 
 let commitHash = (() => {
-  let subst = "$Format:%h$";
+  const subst = "$Format:%h$";
   if(!subst.match(/Format:/)) {
     return subst;
   } else {