1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-09-15 17:46:55 +00:00

Update changelog. Update build script to fix minified builds. The latest uglifyes requires keep_classnames as a compression option as well as mangle.

This commit is contained in:
SirStendec 2017-12-16 02:13:53 -05:00
parent bbf158aee1
commit 53a47e02f5
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
<div class="list-header">4.0.0-beta1.5<span>@764c7c372c158220ed04</span> <time datetime="2017-12-13">(2017-12-13)</time></div>
<ul class="chat-menu-content menu-side-padding">
<li>Fixed: Directory stuff breaking.</li>
</ul>
<div class="list-header">4.0.0-beta1.5<span>@fbebd8ab68081089f9f4</span> <time datetime="2017-12-13">(2017-12-13)</time></div> <div class="list-header">4.0.0-beta1.5<span>@fbebd8ab68081089f9f4</span> <time datetime="2017-12-13">(2017-12-13)</time></div>
<ul class="chat-menu-content menu-side-padding"> <ul class="chat-menu-content menu-side-padding">
<li>Fixed: Detection of Promise return values on Firefox, where Promises are apparently not Promises.</li> <li>Fixed: Detection of Promise return values on Firefox, where Promises are apparently not Promises.</li>

View file

@ -15,7 +15,8 @@ const config = module.exports = merge(common, {
sourceMap: true, sourceMap: true,
uglifyOptions: { uglifyOptions: {
compress: { compress: {
keep_fnames: true keep_fnames: true,
keep_classnames: true
}, },
mangle: { mangle: {
keep_classnames: true, keep_classnames: true,