mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
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.
This commit is contained in:
parent
92917453a7
commit
99f9974dea
11 changed files with 72 additions and 5 deletions
|
@ -12,6 +12,7 @@ module.exports = {
|
|||
alias: {
|
||||
res: path.resolve(__dirname, 'res/'),
|
||||
styles: path.resolve(__dirname, 'styles/'),
|
||||
root: __dirname,
|
||||
src: path.resolve(__dirname, 'src/'),
|
||||
utilities: path.resolve(__dirname, 'src/utilities/')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue