From 99f9974dea22886b08b03b70eeff10e6d59ae6cc Mon Sep 17 00:00:00 2001 From: SirStendec Date: Wed, 11 Apr 2018 22:18:04 -0400 Subject: [PATCH] Fix a CSS bug with the emote menu. Fix Edge not building properly. It was failing to transpile .jsx files. Add a dev script for the babel build for Edge. It's just as bad as you'd imagine. Stop using the env preset for babel builds and instead just use the class transform plugin. Add logging to Module when discovering modules. --- changelog.html | 11 +++++ jsconfig.json | 1 + package.json | 2 + src/main.js | 2 +- .../main_menu/components/changelog.vue | 2 +- src/sites/twitch-twilight/styles/chat.scss | 5 +++ src/utilities/events.js | 1 + src/utilities/module.js | 7 ++++ webpack.common.js | 1 + webpack.web.babel.js | 5 +-- webpack.web.dev.babel.js | 40 +++++++++++++++++++ 11 files changed, 72 insertions(+), 5 deletions(-) create mode 100644 webpack.web.dev.babel.js diff --git a/changelog.html b/changelog.html index d4b2bd3c..20b62bba 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,14 @@ +
4.0.0-beta2.13@64fec6b80d1f6a60c263
+ + +
4.0.0-beta2.12@850fac83181587018cdb
+ +
4.0.0-beta2.11@850fac83181587018cdb