diff options
| author | tusooa <tusooa@kazv.moe> | 2023-09-15 06:45:02 +0000 |
|---|---|---|
| committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-09-15 06:45:02 +0000 |
| commit | c05b1b90726e0b47b6e80f0bfe4d880f2f45fa2e (patch) | |
| tree | 18e24269009b38c05b66afa9414a7c11c6f2ddbf /build | |
| parent | 6e5c7bf308ddcb2be756cb84c6c7119b612e4e28 (diff) | |
Apply 1 suggestion(s) to 1 file(s)
Diffstat (limited to 'build')
| -rw-r--r-- | build/webpack.prod.conf.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index 664290a5..7a108f68 100644 --- a/build/webpack.prod.conf.js +++ b/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 { |
