mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.0.0-rc5.3
* Fixed: Twitch emotes not displaying in Whispers. * Fixed: Alignment of in-line actions when using Emote Alignment: Padded. * Changed: Display the git commit hash for the current build in the FFZ Control Center, rather than the webpack build hash.
This commit is contained in:
parent
aab1177d1f
commit
c139de9d60
8 changed files with 31 additions and 7 deletions
|
@ -4,6 +4,7 @@ const merge = require('webpack-merge');
|
|||
const common = require('./webpack.web.common.js');
|
||||
|
||||
const CopyPlugin = require('copy-webpack-plugin');
|
||||
const webpack = require('webpack');
|
||||
|
||||
/* global module */
|
||||
|
||||
|
@ -16,7 +17,10 @@ module.exports = merge(common, {
|
|||
from: './src/entry.js',
|
||||
to: 'script.js'
|
||||
}
|
||||
])
|
||||
]),
|
||||
new webpack.DefinePlugin({
|
||||
__git_commit__: null
|
||||
})
|
||||
],
|
||||
|
||||
devServer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue